Skip to content

Commit 31199b6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c212f7 commit 31199b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tests/test_general.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ def test_named_logger_doesnt_propagate(tmp_path, capsys):
209209

210210
assert "XN$£" not in captured.out, "logger initially writing to stdout"
211211
assert "YYXX" in captured.out, "root is not writing to stdout"
212-
assert (
213-
"PQ&*" not in captured.out
214-
), "logger writing to stdout through root handler"
212+
assert "PQ&*" not in captured.out, (
213+
"logger writing to stdout through root handler"
214+
)

0 commit comments

Comments
 (0)