mirror of https://github.com/tqdm/tqdm.git
tests: fix typo
This commit is contained in:
parent
f86104a1f3
commit
d9372a2d47
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue