Skip to content

Commit

Permalink
Update pydra/engine/tests/test_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
tclose and effigies authored May 23, 2024
1 parent 3bee5e1 commit 97124a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydra/engine/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ def test_argstr_formatting():
class Inputs:
a1_field: str
b2_field: float
c3_field: dict[str, str]
d4_field: list[str]
c3_field: ty.Dict[str, str]
d4_field: ty.List[str]

inputs = Inputs("1", 2.0, {"c": "3"}, ["4"])
assert (
Expand Down

0 comments on commit 97124a7

Please sign in to comment.