Skip to content

Commit 2fbe7bb

Browse files
committed
Fix test to use a pass that actually runs
1 parent 396f252 commit 2fbe7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/tests/cover/test_debug_information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test(i):
3333

3434
value = out.getvalue()
3535

36-
assert "adaptive_example_deletion" in value
36+
assert "minimize_individual_blocks" in value
3737
assert "calls" in value
3838
assert "shrinks" in value
3939

0 commit comments

Comments
 (0)