Skip to content

Commit

Permalink
lint, fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Zhangxin-Chen committed Nov 2, 2023
1 parent 727d603 commit eee059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pcgc_cax/pcgc_cax_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ func TestNewCAXClient(t *testing.T) {
prices, err := client.FetchPrice([]string{"ATN-USD", "NTN-USD", "NTN-ATN"})
require.NoError(t, err)
require.Equal(t, 3, len(prices))
}
}

0 comments on commit eee059d

Please sign in to comment.