Skip to content

Commit

Permalink
fix: fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Apr 24, 2024
1 parent b79202b commit eb9fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ugov/keeper/intest/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func MkKeeper(t *testing.T) (*sdk.Context, ugov.Keeper) {
ugov.RegisterInterfaces(ir)
cdc := codec.NewProtoCodec(ir)
storeKey := storetypes.NewMemoryStoreKey(ugov.StoreKey)
kb := keeper.NewBuilder(cdc, storeKey, bkeeper.BaseKeeper{})
kb := keeper.NewBuilder(cdc, storeKey, bkeeper.BaseKeeper{}, true)
ctx, _ := tsdk.NewCtxOneStore(t, storeKey)
return &ctx, kb.Keeper(&ctx)
}

0 comments on commit eb9fbee

Please sign in to comment.