Skip to content

Commit 3aeeafb

Browse files
committed
[test_OMSessionCmd] fix definition - OMCSession instead of OMCSessionZMQ
1 parent 9de88b1 commit 3aeeafb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_OMSessionCmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def test_isPackage():
55
omczmq = OMPython.OMCSessionZMQ()
6-
omccmd = OMPython.OMCSessionCmd(session=omczmq)
6+
omccmd = OMPython.OMCSessionCmd(session=omczmq.omc_process)
77
assert not omccmd.isPackage('Modelica')
88

99

0 commit comments

Comments
 (0)