Skip to content

Commit e2bb24d

Browse files
committed
fix: test case
1 parent 04d0fe8 commit e2bb24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func runTest(tb testing.TB, testBody any, opts ...func(*options)) {
6161

6262
err := runner{options: opts}.sub(tb, testBody)
6363
if err != nil {
64-
tb.Errorf("runTest failed: %v", err)
64+
tb.Logf("runTest failed: %v", err)
6565
tb.FailNow()
6666
}
6767
}

0 commit comments

Comments
 (0)