Skip to content

Commit 44d9de0

Browse files
committed
Fix missing assert
1 parent 25d2d5a commit 44d9de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/tests/cover/test_conjecture_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,5 +1939,5 @@ def test_function(data):
19391939
assert data.status == Status.VALID
19401940
for n in [2, 1, 0]:
19411941
prefix_data = runner.cached_test_function(hbytes(n))
1942-
prefix_data is Overrun
1942+
assert prefix_data is Overrun
19431943
assert call_count[0] == 1

0 commit comments

Comments
 (0)