Skip to content

Commit 5c68cf6

Browse files
committed
Fixes
1 parent 1eaafd2 commit 5c68cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_local_executor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def test_executor_exception_future(self):
329329
def test_meta(self):
330330
meta_data_exe_dict = {
331331
"cores": 2,
332-
"spawner": "<class 'executorlib.standalone.spawner.MpiExecSpawner'>",
332+
"spawner": "<class 'executorlib.standalone.interactive.spawner.MpiExecSpawner'>",
333333
"hostname_localhost": True,
334334
"init_function": None,
335335
"cwd": None,
@@ -358,7 +358,7 @@ def test_meta(self):
358358
def test_meta_step(self):
359359
meta_data_exe_dict = {
360360
"cores": 2,
361-
"spawner": "<class 'executorlib.standalone.spawner.MpiExecSpawner'>",
361+
"spawner": "<class 'executorlib.standalone.interactive.spawner.MpiExecSpawner'>",
362362
"hostname_localhost": True,
363363
"cwd": None,
364364
"openmpi_oversubscribe": False,

0 commit comments

Comments
 (0)