Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aks3213 committed Aug 7, 2023
1 parent 76d40ba commit 070ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/keeper/fungible.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func FungibleKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {

bankkeeper := bankkeeper2.BaseKeeper{}
authkeeper := authkeeper2.AccountKeeper{}
evmKeeper := evmkeeper.Keeper{}
evmKeeper := &evmkeeper.Keeper{}
zetaObserverKeeper := observerkeeper.Keeper{}
keeper := keeper.NewKeeper(
codec.NewProtoCodec(registry),
Expand Down

0 comments on commit 070ccd5

Please sign in to comment.