Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze committed Mar 30, 2022
1 parent d86b789 commit b8f4000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feemarket/migrations/v010/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestMigrateStore(t *testing.T) {
// check that the fee market is not nil
err := v010.MigrateStore(ctx, &paramstore, feemarketKey)
require.NoError(t, err)
require.False(t, ctx.KVStore(feemarketKey).Has(v0_10.KeyPrefixBaseFeeV1))
require.False(t, ctx.KVStore(feemarketKey).Has(v010.KeyPrefixBaseFeeV1))

params := fmKeeper.GetParams(ctx)
require.False(t, params.BaseFee.IsNil())
Expand Down

0 comments on commit b8f4000

Please sign in to comment.