Skip to content

Commit

Permalink
this should be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jan 31, 2024
1 parent abee9db commit aad5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httprc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestCache(t *testing.T) {
require.Equal(t, 2, called, `there should only be one fetch request`)
muCalled.Unlock()

require.NotEmpty(t, errSink.errors)
require.Empty(t, errSink.errors)

c.Register(srv.URL,
httprc.WithHTTPClient(srv.Client()),
Expand Down

0 comments on commit aad5229

Please sign in to comment.