Skip to content

Commit 15c1dfe

Browse files
committed
[test_ModelicaSystemCmd] fix rebase fallout
1 parent 2a38e91 commit 15c1dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_ModelicaSystemCmd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def test_simflags(mscmd_firstorder):
4343
"override": {'b': None},
4444
})
4545

46-
assert mscmd.get_cmd_args() == [
46+
assert mscmd.get_cmd() == [
47+
mscmd.get_exe().as_posix(),
4748
'-noEventEmit',
4849
'-noRestart',
4950
'-override=a=1,x=3',

0 commit comments

Comments
 (0)