Skip to content

Commit

Permalink
Update tests/checkers/unittest_imports.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  • Loading branch information
Pierre-Sassoulas and DanielNoord authored Feb 26, 2023
1 parent a5b7258 commit 31e967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkers/unittest_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_allow_reexport_package(capsys: CaptureFixture[str]) -> None:
exit=False,
)
output, errors = capsys.readouterr()
assert len(output.split("\n")) == 7, f"Expected 5 line breaks in:{output}"
assert len(output.split("\n")) == 7, f"Expected 7 line breaks in:{output}"
assert (
"__init__.py:1:0: C0414: Import alias does not rename original package (useless-import-alias)"
in output
Expand Down

0 comments on commit 31e967f

Please sign in to comment.