Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 20, 2025
1 parent 6a4edea commit 68cebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/statedb/statedb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ func newTestKeeper(t *testing.T, cms storetypes.MultiStore) (sdk.Context, *evmke
bankKeeper := bankkeeper.NewBaseKeeper(
appCodec,
runtime.NewKVStoreService(testStoreKeys[banktypes.StoreKey]),
testObjKeys[banktypes.ObjectStoreKey],
runtime.NewObjKVStoreService(testObjKeys[banktypes.ObjectStoreKey]),
accountKeeper,
map[string]bool{},
authAddr,
Expand Down

0 comments on commit 68cebeb

Please sign in to comment.