Skip to content

Commit 7f75ccb

Browse files
committed
[test_ModelicaSystemCmd] fix test (again)
1 parent d2de58b commit 7f75ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_ModelicaSystemCmd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ def test_simflags(mscmd_firstorder):
3636
with pytest.deprecated_call():
3737
mscmd.args_set(args=mscmd.parse_simflags(simflags="-noEventEmit -noRestart -override=a=1,x=3"))
3838

39-
assert mscmd.get_cmd() == [
40-
mscmd.get_exe().as_posix(),
39+
assert mscmd.get_cmd_args() == [
4140
'-noEventEmit',
4241
'-override=b=2,a=1,x=3',
4342
'-noRestart',

0 commit comments

Comments
 (0)