Skip to content

Commit

Permalink
chore: add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 29, 2023
1 parent be80356 commit 67f075d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,11 @@ def standard_state_dataclass_strategy(draw):
return s


@settings(suppress_health_check={HealthCheck.too_slow})
@settings(
suppress_health_check={
HealthCheck.too_slow,
}
)
@given(standard_state_dataclass_strategy())
def test_standard_state_dataclass_strategy_creation(o):
assert o
Expand Down

0 comments on commit 67f075d

Please sign in to comment.