diff --git a/x/perp/v2/module/genesis_test.go b/x/perp/v2/module/genesis_test.go index 888386749..c8a1a261a 100644 --- a/x/perp/v2/module/genesis_test.go +++ b/x/perp/v2/module/genesis_test.go @@ -160,5 +160,5 @@ func TestNewAppModuleBasic(t *testing.T) { require.Len(t, cmds.Commands(), 8) cmds = appModule.GetQueryCmd() - require.Len(t, cmds.Commands(), 4) + require.Len(t, cmds.Commands(), 5) }