Skip to content

Commit 15034ab

Browse files
committed
Update test_ZMQ.py
1 parent 1347d11 commit 15034ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ZMQ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, *args, **kwargs):
1111
self.tmp = tempfile.mkdtemp(prefix='tmpOMPython.tests')
1212
self.origDir = os.getcwd()
1313
os.chdir(self.tmp)
14-
self.om = OMPython.OMCSession()
14+
self.om = OMPython.OMCSessionZMQ()
1515
os.chdir(self.origDir)
1616
def __del__(self):
1717
shutil.rmtree(self.tmp, ignore_errors=True)

0 commit comments

Comments
 (0)