Skip to content

Commit 74127a7

Browse files
committed
??? fix pytest
1 parent b8cf4a5 commit 74127a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ModelicaSystemCmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def test_simflags(mscmd_firstorder):
4444

4545
assert mscmd.get_cmd_args() == [
4646
'-noEventEmit',
47-
'-override=a=1,b=2,x=3',
4847
'-noRestart',
48+
'-override=a=1,b=2,x=3',
4949
]
5050

5151
mscmd.args_set({
@@ -54,6 +54,6 @@ def test_simflags(mscmd_firstorder):
5454

5555
assert mscmd.get_cmd_args() == [
5656
'-noEventEmit',
57-
'-override=a=1,x=3',
5857
'-noRestart',
58+
'-override=a=1,x=3',
5959
]

0 commit comments

Comments
 (0)