Skip to content

Commit f181149

Browse files
committed
Tighten test assertion
1 parent f7e440a commit f181149

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hypothesis-python/tests/cover/test_verbosity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def test_includes_progress_in_verbose_mode():
6161
out = o.getvalue()
6262
assert out
6363
assert "Trying example: " in out
64-
assert "Falsifying example: " in out
6564

6665

6766
def test_prints_initial_attempts_on_find():

0 commit comments

Comments
 (0)