Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmatt committed Nov 8, 2023
1 parent c471032 commit e7a83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/perp/v2/module/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit e7a83ab

Please sign in to comment.