Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Sep 27, 2023
1 parent 66120b5 commit 4a9473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/incentive/keeper/keeper_fees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestCollectGasFeesToIncentiveModule(t *testing.T) {
// Create a Elys+USDC pool
poolId, err := amm.CreatePool(ctx, msg)
require.NoError(t, err)
require.Equal(t, poolId, uint64(0))
require.Equal(t, poolId, uint64(1))

pools := amm.GetAllPool(ctx)

Expand Down

0 comments on commit 4a9473f

Please sign in to comment.