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 eb1c7f6 commit 2c3f357Copy full SHA for 2c3f357
src/testing/synctest/example_test.go
@@ -66,7 +66,7 @@ func TestContextAfterFunc(t *testing.T) {
66
cancel()
67
synctest.Wait()
68
if !afterFuncCalled {
69
- t.Fatalf("before context is canceled: AfterFunc not called")
+ t.Fatalf("after context is canceled: AfterFunc not called")
70
}
71
})
72
0 commit comments