Skip to content

Commit f77c027

Browse files
committed
??? fix test (again)
1 parent d695efc commit f77c027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_getSolutions_docker(model_firstorder):
160160
omc = OMPython.OMCProcessDocker(docker="openmodelica/openmodelica:v1.25.0-minimal")
161161

162162
mod = OMPython.ModelicaSystem(
163-
omc_process=omc.omc_process,
163+
omc_process=omc,
164164
)
165165
mod.model(
166166
model_file=model_firstorder,

0 commit comments

Comments
 (0)