Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Mar 7, 2024
1 parent 57f364c commit c516753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/x/perpetuals/client/cli/query_perpetual_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func TestShowPerpetual(t *testing.T) {
// FundingIndex field is ignored since it can vary depending on funding-tick epoch.
// TODO(DEC-606): Improve end-to-end testing related to ticking epochs.
func checkExpectedPerp(t *testing.T, expected types.Perpetual, received types.Perpetual) {

if diff := cmp.Diff(expected, received, serializableIntCmpOpts...); diff != "" {
t.Errorf("resp.Perpetual mismatch (-want +received):\n%s", diff)
}
Expand Down

0 comments on commit c516753

Please sign in to comment.