Skip to content

Commit

Permalink
test: drop models down to zero – is this the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 20, 2023
1 parent a6f6a7d commit 3d365eb
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 @@ -213,7 +213,7 @@ def standard_state_dataclass_strategy(draw):
)
)
)
models = draw(st.lists(model_strategy(), min_size=0, max_size=3))
models = draw(st.lists(model_strategy(), min_size=0, max_size=0))
s = StandardStateDataClass(
variables=variable_collection,
conditions=conditions,
Expand Down

0 comments on commit 3d365eb

Please sign in to comment.