Skip to content

Commit 19beeba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 662ade1 commit 19beeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/tests/test_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ def test_audit_shellcommandtask_file(tmpdir):
10791079
shutil.copy("test.txt", tmpdir)
10801080
shutil.copy("test2.txt", tmpdir)
10811081

1082-
10831082
cmd = "cat"
10841083
file_in = tmpdir / "test.txt"
10851084
file_in_2 = tmpdir / "test2.txt"
@@ -1100,7 +1099,7 @@ def test_audit_shellcommandtask_file(tmpdir):
11001099
},
11011100
),
11021101
),
1103-
(
1102+
(
11041103
"in_file_2",
11051104
attr.ib(
11061105
type=File,
@@ -1139,6 +1138,7 @@ def test_audit_shellcommandtask_file(tmpdir):
11391138
assert data["AtLocation"] == str(file_in_2)
11401139
assert data["digest"] == test_file_hash_2
11411140

1141+
11421142
def test_audit_shellcommandtask_version(tmpdir):
11431143
import subprocess as sp
11441144

0 commit comments

Comments
 (0)