Skip to content

Commit fcbda5e

Browse files
committed
chore: Typo in test docstring
1 parent 6cc0c49 commit fcbda5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/compose/shell/tests/test_shell_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ def test_shell_cmd_inputspec_outputspec_5(tmp_path):
28542854
"""
28552855
customised input_spec and output_spec, output_spec uses input_spec fields in the requires
28562856
requires is a list of list so it is treated as OR list (i.e. el[0] OR el[1] OR...)
2857-
the firs element of the requires list has all the fields set
2857+
the first element of the requires list has all the fields set
28582858
"""
28592859
cmd = ["touch", "newfile_tmp.txt"]
28602860

0 commit comments

Comments
 (0)