Skip to content

Commit

Permalink
spelling: undoes
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Mar 14, 2024
1 parent 3b2bfa5 commit 5c70d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/logging/test_fixture.py
Expand Up @@ -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.
Expand Down

0 comments on commit 5c70d67

Please sign in to comment.