Skip to content

Commit 24e4c48

Browse files
committed
merge
1 parent 7d0363d commit 24e4c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/test_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_invalid_model_id_in_measurements():
4444
problem = Problem()
4545
problem.models.append(SbmlModel.from_antimony("p1 = 1", model_id="model1"))
4646
problem.add_observable("obs1", "A")
47-
problem.add_measurement("obs1", "e1", 0, 1)
47+
problem.add_measurement("obs1", experiment_id="e1", time=0, measurement=1)
4848

4949
check = CheckMeasurementModelId()
5050

0 commit comments

Comments
 (0)