diff --git a/tests/test_verbose.py b/tests/test_verbose.py index 9f09db7..07a0c46 100644 --- a/tests/test_verbose.py +++ b/tests/test_verbose.py @@ -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