Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Dec 13, 2024
1 parent b0be3ad commit 91d04b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protocol/x/feetiers/client/cli/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ func TestQueryPerpetualFeeParams(t *testing.T) {
func TestQueryUserFeeTier(t *testing.T) {
net, ctx := setupNetwork(t)

out, err := clitestutil.ExecTestCLICmd(ctx, cli.CmdQueryUserFeeTier(), []string{"dydx199tqg4wdlnu4qjlxchpd7seg454937hjrknju4"})
out, err := clitestutil.ExecTestCLICmd(
ctx,
cli.CmdQueryUserFeeTier(),
[]string{"dydx199tqg4wdlnu4qjlxchpd7seg454937hjrknju4"},
)

require.NoError(t, err)
var resp types.QueryUserFeeTierResponse
Expand Down

0 comments on commit 91d04b6

Please sign in to comment.