Skip to content

Commit

Permalink
Merge pull request #84 from agoric-labs/jim-fix-vesting-test
Browse files Browse the repository at this point in the history
fix: vesting test compile error
  • Loading branch information
JimLarson authored Jul 27, 2021
2 parents ff4acfe + 32e77bc commit 04deb03
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 04deb03

Please sign in to comment.