diff --git a/doc/next/6-stdlib/99-minor/testing/62516.md b/doc/next/6-stdlib/99-minor/testing/62516.md index 5847151e2f..a7a90cdbcd 100644 --- a/doc/next/6-stdlib/99-minor/testing/62516.md +++ b/doc/next/6-stdlib/99-minor/testing/62516.md @@ -1,2 +1,2 @@ -The new [T.Context] and [B.Context] methods return a context that is canceled -after the test completes and before test cleanup functions run. +The new [T.Chdir] and [B.Chdir] methods can be used to change the working +directory for the duration of a test or benchmark.