Skip to content

Commit 361f5a4

Browse files
committed
[test_ModelicaSystem] fix rebase fallout
1 parent 0849e13 commit 361f5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ModelicaSystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ def test_getSolutions_docker(model_firstorder_content):
161161

162162
file_path = pathlib.Path(modelpath)
163163
mod = OMPython.ModelicaSystem(
164-
fileName=file_path,
165-
modelName="M",
164+
file=file_path,
165+
model="M",
166166
omc_process=omc.omc_process,
167167
)
168168

0 commit comments

Comments
 (0)