Skip to content

Commit

Permalink
test: revert renaming test_standard_state_strategy_creation
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 30, 2023
1 parent 4d412d3 commit 9319824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def standard_state_strategy(draw):

@settings(suppress_health_check={HealthCheck.too_slow})
@given(standard_state_strategy())
def test_standard_state_dataclass_strategy_creation(o):
def test_standard_state_strategy_creation(o):
assert o


Expand Down

0 comments on commit 9319824

Please sign in to comment.