We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf4a5 commit 74127a7Copy full SHA for 74127a7
1 file changed
tests/test_ModelicaSystemCmd.py
@@ -44,8 +44,8 @@ def test_simflags(mscmd_firstorder):
44
45
assert mscmd.get_cmd_args() == [
46
'-noEventEmit',
47
- '-override=a=1,b=2,x=3',
48
'-noRestart',
+ '-override=a=1,b=2,x=3',
49
]
50
51
mscmd.args_set({
@@ -54,6 +54,6 @@ def test_simflags(mscmd_firstorder):
54
55
56
57
- '-override=a=1,x=3',
58
+ '-override=a=1,x=3',
59
0 commit comments