Skip to content

Commit 8a5e824

Browse files
dweindldilpath
andauthored
Update tests/v2/test_core.py
Co-authored-by: Dilan Pathirana <[email protected]>
1 parent 452bc9c commit 8a5e824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def test_petablint_v2(tmpdir):
696696
problem.add_measurement(
697697
"obs_A", time=10, measurement=2.5, experiment_id=""
698698
)
699-
assert problem.validate() == []
699+
problem.assert_valid()
700700

701701
problem.config = ProblemConfig(filepath="problem.yaml")
702702
problem.models[0].rel_path = "model.xml"

0 commit comments

Comments
 (0)