Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Sep 16, 2024
1 parent 06d0acc commit 6fbbbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ func TestRewindRoundParameterRejected(t *testing.T) {
c := e.NewContext(req, rec1)

// call handler
tc.callHandler(c, *si)
require.NoError(t, tc.callHandler(c, *si))
assert.Equal(t, http.StatusBadRequest, rec1.Code)
bodyStr := rec1.Body.String()
require.Contains(t, bodyStr, tc.errString)
Expand Down

0 comments on commit 6fbbbf4

Please sign in to comment.