tests: fix typo

This commit is contained in:
Daniel Armbruster 2021-05-03 00:53:47 +02:00 committed by Casper da Costa-Luis
parent f86104a1f3
commit d9372a2d47
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class TestRedirectLoggingToTqdm:
with logging_redirect_tqdm(loggers=[logger]):
assert logger.handlers[0].formatter == formatter
def test_should_not_remove_stream_handlers_not_fot_stdout_or_stderr(self):
def test_should_not_remove_stream_handlers_not_for_stdout_or_stderr(self):
logger = logging.Logger('test')
stream_handler = logging.StreamHandler(StringIO())
logger.addHandler(stream_handler)