Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Oct 23, 2024
1 parent 65dbef8 commit 4418f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sequence/test_sequence_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def create_state(index, is_available: Callable, outcome_func: Callable) -> State
state.outcome = outcome_func(index) if outcome_func else None
state.__eq__ = State.__eq__
state.__repr__ = State.__repr__
state.get_previous_and_next_state_with_binary = lambda: State.get_previous_and_next_state_with_binary(state)
return state

@staticmethod
Expand Down

0 comments on commit 4418f57

Please sign in to comment.