Skip to content

Commit

Permalink
yes this exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jul 13, 2024
1 parent ba5b033 commit b99e702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def test_function(self, data: ConjectureData) -> None:
# drive the ir tree through the test function to convert it
# to a buffer
initial_origin = data.interesting_origin
initial_traceback = data.extra_information._expected_traceback
initial_traceback = data.extra_information._expected_traceback # type: ignore
data = ConjectureData.for_ir_tree(data.examples.ir_tree_nodes)
self.__stoppable_test_function(data)
data.freeze()
Expand Down

0 comments on commit b99e702

Please sign in to comment.