Skip to content

Commit

Permalink
test: drop sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 20, 2023
1 parent 30aa7d1 commit 416e7f8
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 @@ -214,7 +214,7 @@ def standard_state_dataclass_strategy(draw):
)
)
)
models = draw(st.lists(model_strategy(), min_size=0, max_size=10))
models = draw(st.lists(model_strategy(), min_size=0, max_size=3))
s = StandardStateDataClass(
variables=variable_collection,
conditions=conditions,
Expand Down

0 comments on commit 416e7f8

Please sign in to comment.