diff options
| -rw-r--r-- | doc/next/6-stdlib/99-minor/testing/36532.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/next/6-stdlib/99-minor/testing/36532.md b/doc/next/6-stdlib/99-minor/testing/36532.md index ffa92acf0c..1c3ad893ba 100644 --- a/doc/next/6-stdlib/99-minor/testing/36532.md +++ b/doc/next/6-stdlib/99-minor/testing/36532.md @@ -1,2 +1,2 @@ The new [T.Context] and [B.Context] methods return a context that's canceled -before the end of its associated test or benchmark function. +after the test completes and before test cleanup functions run. |
