We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb83885 commit b246d64Copy full SHA for b246d64
internal/test/assertions.go
@@ -38,7 +38,7 @@ func NotNil(t *testing.T, object interface{}) {
38
if isNil(object) {
39
_, file, line, _ := runtime.Caller(1)
40
t.Logf("\033[31m%s:%d:\n\n\tExpected value not to be <nil>\033[39m\n\n",
41
- filepath.Base(file), line, object)
+ filepath.Base(file), line)
42
t.FailNow()
43
}
44
0 commit comments