Skip to content

Commit

Permalink
test: shorten units in state object test
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 20, 2023
1 parent 700f58d commit 7a1084e
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 model_strategy(draw, models=AVAILABLE_SKLEARN_MODELS_STRATEGY):
def standard_state_dataclass_strategy(draw):
variable_collection: VariableCollection = draw(
variablecollection_strategy(
name_max_length=16, units_max_length=32, variable_label_max_length=32
name_max_length=16, units_max_length=16, variable_label_max_length=32
)
)
conditions = draw(
Expand Down

0 comments on commit 7a1084e

Please sign in to comment.