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 d6d5935 commit 264c00fCopy full SHA for 264c00f
libevm/extraslock_test.go
@@ -45,7 +45,7 @@ func TestExtrasLock(t *testing.T) {
45
persisted = l
46
return l.Verify()
47
}))
48
- assert.ErrorIs(
+ assert.ErrorIs( //nolint:testifylint // Blindly using require is an anti-pattern!!!
49
t, persisted.Verify(), ErrExpiredExtrasLock,
50
"Verify() of persisted ExtrasLock",
51
)
0 commit comments