Skip to content

Commit 4af7944

Browse files
Ryan CaliRyan Cali
authored andcommitted
Added version check to test_audit_task
1 parent 2080652 commit 4af7944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydra/engine/tests/test_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,8 @@ def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]
10071007
if "Label" in data:
10081008
json_content.append(True)
10091009
assert "testfunc" == data["Label"]
1010+
if "AssociatedWith" in data:
1011+
assert None == data["AssociatedWith"]
10101012
assert any(json_content)
10111013

10121014

0 commit comments

Comments
 (0)