Skip to content

Commit

Permalink
Fix ControlTableFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Aug 15, 2024
1 parent 9ac47f7 commit dd8608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threedi_modelchecker/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class Meta:
sqlalchemy_session = None

action_type = constants.ControlTableActionTypes.set_discharge_coefficients
action_table = "0.0;-1.0;2.0#1.0;-1.1;2.1"
action_table = "0.0,-1.0 2.0\n1.0,-1.1 2.1"
measure_operator = constants.MeasureOperators.greater_than
measure_variable = constants.MeasureVariables.waterlevel
target_type = constants.StructureControlTypes.channel
Expand Down

0 comments on commit dd8608d

Please sign in to comment.