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

Commit

Permalink
Merge branch 'fedekunze/params-migration' of https://github.com/evmos…
Browse files Browse the repository at this point in the history
…/ethermint into fedekunze/params-migration
  • Loading branch information
Vvaradinov committed Jan 23, 2023
2 parents 0a60180 + 6d83f10 commit b9200c7
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 @@ -32,7 +32,7 @@ func TestMigrate(t *testing.T) {
cdc := encCfg.Codec

storeKey := sdk.NewKVStoreKey(types.ModuleName)
tKey := sdk.NewTransientStoreKey("transient_test")
tKey := sdk.NewTransientStoreKey(types.TransientKey)
ctx := testutil.DefaultContext(storeKey, tKey)
kvStore := ctx.KVStore(storeKey)

Expand Down

0 comments on commit b9200c7

Please sign in to comment.