We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa54299 commit beb76ceCopy full SHA for beb76ce
check_test.go
@@ -47,6 +47,7 @@ func TestCheck(t *testing.T) {
47
check.That(false, nil)
48
})
49
50
+ //nolint:gofumpt // empty line before `if err != nil` is ok here
51
t.Run("all conditions are true", func(t *testing.T) {
52
err := check.
53
Thatf(true, "not an error").
0 commit comments