Skip to content

Commit

Permalink
fix wrong keeper name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Jun 27, 2023
1 parent 1821fc7 commit 3b24492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func setupMsgServer(t testing.TB) (keeper.Keeper, types.MsgServer, sdk.Context) {
k, ctx := keepertest.FooKeeper(t)
k, ctx := keepertest.<%= title(moduleName) %>Keeper(t)
return k, keeper.NewMsgServerImpl(k), ctx
}

Expand Down

0 comments on commit 3b24492

Please sign in to comment.