From 5c70d67cd310a41e4bfbe9878857960f13e1536f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:49:19 -0400 Subject: [PATCH] spelling: undoes Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- testing/logging/test_fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/logging/test_fixture.py b/testing/logging/test_fixture.py index 6ca533d9ee6..f8ecf4fd1d4 100644 --- a/testing/logging/test_fixture.py +++ b/testing/logging/test_fixture.py @@ -117,7 +117,7 @@ def test2(caplog): result.stdout.no_fnmatch_line("*log from test2*") -def test_change_level_undos_handler_level(pytester: Pytester) -> None: +def test_change_level_undoes_handler_level(pytester: Pytester) -> None: """Ensure that 'set_level' is undone after the end of the test (handler). Issue #7569. Tests the handler level specifically.