Skip to content

Commit

Permalink
Update x/tokenfactory/keeper/keeper_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
  • Loading branch information
sunnya97 and ValarDragon committed May 6, 2022
1 parent 88ff091 commit c0dc18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/tokenfactory/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestKeeperTestSuite(t *testing.T) {
func (suite *KeeperTestSuite) SetupTest() {
suite.Setup()

// Fund every TestAcc with 100 denom creation fees.
fundAccsAmount := sdk.NewCoins(sdk.NewCoin(types.DefaultParams().DenomCreationFee[0].Denom, types.DefaultParams().DenomCreationFee[0].Amount.MulRaw(100)))
for _, acc := range suite.TestAccs {
suite.FundAcc(acc, fundAccsAmount)
Expand Down

0 comments on commit c0dc18f

Please sign in to comment.