Skip to content

Commit

Permalink
test: use new name max length in variablecollection strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Jan 22, 2024
1 parent 5a75637 commit 0db98f6
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 @@ -438,7 +438,7 @@ def variablecollection_strategy(

names = draw(
st.lists(
st.text(min_size=1, max_size=name_max_length),
variable_name(max_size=name_max_length),
unique=True,
min_size=n_variables,
max_size=n_variables,
Expand Down

0 comments on commit 0db98f6

Please sign in to comment.