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

Commit

Permalink
fix: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vvaradinov committed Jan 23, 2023
1 parent b9200c7 commit 53299ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/migrations/v4/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestMigrate(t *testing.T) {
var extraEIPs v4types.ExtraEIPs
bz = kvStore.Get(types.ParamStoreKeyExtraEIPs)
cdc.MustUnmarshal(bz, &extraEIPs)
require.Equal(t, types.AvailableExtraEIPs, extraEIPs.EIPs)
require.Equal(t, []int64(nil), extraEIPs.EIPs)

params := v4types.V4Params{
EvmDenom: evmDenom,
Expand Down

0 comments on commit 53299ea

Please sign in to comment.