We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f20d7 commit e243639Copy full SHA for e243639
error_test.go
@@ -18,7 +18,7 @@ func TestErrorsIs(t *testing.T) {
18
is.ErrorIs(err, fs.ErrExist)
19
20
err = Wrap(fs.ErrExist)
21
- is.ErrorIs(err, err)
+ is.ErrorIs(err, err) //nolint:testifylint
22
23
err = Wrapf(fs.ErrExist, "Error: %w", assert.AnError)
24
0 commit comments