Skip to content

Commit 264c00f

Browse files
committed
chore: put the linter in its place
1 parent d6d5935 commit 264c00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevm/extraslock_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestExtrasLock(t *testing.T) {
4545
persisted = l
4646
return l.Verify()
4747
}))
48-
assert.ErrorIs(
48+
assert.ErrorIs( //nolint:testifylint // Blindly using require is an anti-pattern!!!
4949
t, persisted.Verify(), ErrExpiredExtrasLock,
5050
"Verify() of persisted ExtrasLock",
5151
)

0 commit comments

Comments
 (0)