We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f032d00 commit 63c5298Copy full SHA for 63c5298
1 file changed
hypothesis-python/src/hypothesis/core.py
@@ -1037,7 +1037,9 @@ def run_engine(self):
1037
info = falsifying_example.extra_information
1038
fragments = []
1039
1040
- ran_example = ConjectureData.for_buffer(falsifying_example.buffer)
+ ran_example = runner.new_conjecture_data_for_buffer(
1041
+ falsifying_example.buffer
1042
+ )
1043
ran_example.slice_comments = falsifying_example.slice_comments
1044
assert info.__expected_exception is not None
1045
try:
0 commit comments