Skip to content

Commit 2f58334

Browse files
committed
[test_ModelicaSystemCmd] fix checks (data is at this point *not* sorted)
1 parent 9d7551e commit 2f58334

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/test_ModelicaSystemCmd.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ def test_simflags(mscmd_firstorder):
3838

3939
assert mscmd.get_cmd_args() == [
4040
'-noEventEmit',
41+
'-override=b=2,a=1,x=3',
4142
'-noRestart',
42-
'-override=a=1,b=2,x=3',
43-
]
44-
45-
mscmd.args_set({
46-
"override": {'b': None},
47-
})
48-
49-
assert mscmd.get_cmd_args() == [
50-
'-noEventEmit',
51-
'-noRestart',
52-
'-override=a=1,x=3',
5343
]

0 commit comments

Comments
 (0)