Skip to content

Commit 15ff3b6

Browse files
committed
fix tests (2)
1 parent b809d1b commit 15ff3b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_ModelicaSystemCmd.py

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

46-
assert mscmd.get_cmd() == [
47-
mscmd.get_exe().as_posix(),
46+
assert mscmd.get_cmd_args() == [
4847
'-noEventEmit',
4948
'-override=a=5',
5049
]

0 commit comments

Comments
 (0)