Skip to content

Commit

Permalink
fix: vesting test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed Jul 27, 2021
1 parent 1010b84 commit 32e77bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/vesting/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (suite *HandlerTestSuite) TestMsgCreatePeriodicVestingAccount() {

period := []types.Period{{Length: 5000, Amount: balances}}
suite.app.AccountKeeper.SetAccount(ctx, acc1)
suite.Require().NoError(simapp.FundAccount(suite.app, ctx, addr1, balances))
suite.Require().NoError(simapp.FundAccount(suite.app.BankKeeper, ctx, addr1, balances))

testCases := []struct {
name string
Expand Down

0 comments on commit 32e77bc

Please sign in to comment.