Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
xyq-c-cpp committed Jun 9, 2024
1 parent 66d76db commit 592baa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/options/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (s *baseTestSuite) assertURLValuesEqual(e, a url.Values) {
case timestampKey, signatureKey:
r.NotEmpty(a.Get(k))
continue
r.Equal(e.Get(k), a.Get(k), k)
}
}
}
Expand Down

0 comments on commit 592baa1

Please sign in to comment.