We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23723be commit 6e9528aCopy full SHA for 6e9528a
tests/sims/feegrant/operations_test.go
@@ -86,6 +86,8 @@ func (suite *SimTestSuite) getTestingAccounts(r *rand.Rand, n int) []simtypes.Ac
86
87
// add coins to the accounts
88
for _, account := range accounts {
89
+ acc := suite.accountKeeper.NewAccountWithAddress(suite.ctx, account.Address)
90
+ suite.accountKeeper.SetAccount(suite.ctx, acc)
91
err := banktestutil.FundAccount(suite.ctx, suite.bankKeeper, account.Address, initCoins)
92
suite.Require().NoError(err)
93
}
0 commit comments