Skip to content

Commit ac6d126

Browse files
committed
[test_ModelicaSystemCmd] fix rebase fallout
1 parent 2a45a2b commit ac6d126

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)