Skip to content

Commit d9372a2

Browse files
Daniel Armbrustercasperdcl
authored andcommitted
tests: fix typo
1 parent f86104a commit d9372a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests_contrib_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_should_inherit_console_logger_formatter(self):
124124
with logging_redirect_tqdm(loggers=[logger]):
125125
assert logger.handlers[0].formatter == formatter
126126

127-
def test_should_not_remove_stream_handlers_not_fot_stdout_or_stderr(self):
127+
def test_should_not_remove_stream_handlers_not_for_stdout_or_stderr(self):
128128
logger = logging.Logger('test')
129129
stream_handler = logging.StreamHandler(StringIO())
130130
logger.addHandler(stream_handler)

0 commit comments

Comments
 (0)