Skip to content

Commit

Permalink
tests: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Armbruster authored and casperdcl committed May 2, 2021
1 parent f86104a commit d9372a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_contrib_logging.py
Expand Up @@ -124,7 +124,7 @@ def test_should_inherit_console_logger_formatter(self):
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)
Expand Down

0 comments on commit d9372a2

Please sign in to comment.