From bfe251041bee8bfa6f13a717233b5ff831f61372 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sun, 17 Dec 2023 15:02:08 -0500 Subject: [PATCH] improve verbose test --- tests/test_verbose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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