Skip to content

Commit 827d2c2

Browse files
committed
fix method name
1 parent cb07b5a commit 827d2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/tests/test_multiproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _list_outputs(self):
2626
outputs['output1'] = [1, self.inputs.input1]
2727
return outputs
2828

29-
def run_multiproc():
29+
def test_run_multiproc():
3030
cur_dir = os.getcwd()
3131
temp_dir = mkdtemp(prefix='test_engine_')
3232
os.chdir(temp_dir)

0 commit comments

Comments
 (0)