Skip to content

Commit e355f21

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 58e4767 commit e355f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ def test_audit_shellcommandtask(tmpdir):
10431043
for file in glob(str(message_path) + "/*.jsonld"):
10441044
with open(file, "r") as f:
10451045
data = json.load(f)
1046-
1046+
10471047
if "@type" in data:
10481048
if "AssociatedWith" in data:
10491049
assert "shelly" in data["Label"]

0 commit comments

Comments
 (0)