Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Aug 30, 2024
1 parent 4cac423 commit 57d7ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_local_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def test_executor_exception_future(self):
def test_meta(self):
meta_data_exe_dict = {
"cores": 2,
"interface_class": "<class 'executorlib.shared.interface.MpiExecInterface'>",
"interface_class": "<class 'executorlib.shared.spawner.MpiExecSpawner'>",
"hostname_localhost": True,
"init_function": None,
"cwd": None,
Expand Down Expand Up @@ -362,7 +362,7 @@ def test_meta(self):
def test_meta_step(self):
meta_data_exe_dict = {
"cores": 2,
"interface_class": "<class 'executorlib.shared.interface.MpiExecInterface'>",
"interface_class": "<class 'executorlib.shared.spawner.MpiExecSpawner'>",
"hostname_localhost": True,
"cwd": None,
"oversubscribe": False,
Expand Down

0 comments on commit 57d7ba1

Please sign in to comment.