Skip to content

Commit

Permalink
improve verbose test
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 17, 2023
1 parent 25aefd9 commit bfe2510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_6_print_VERBOSE(self):
assert "hallo" not in output
assert "#" not in output
else:
assert "hallo" not in output
assert "hallo" in output
assert "#" in output

variables["verbose"] = old

0 comments on commit bfe2510

Please sign in to comment.