Skip to content

Commit

Permalink
removing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-burhans committed Feb 28, 2024
1 parent 47b1d58 commit 57b4c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tool_util/test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def test_requirements(self):
}
assert resource_requirements[6].to_dict() == {
"resource_type": "shm_size",
"value_or_expression": "67108864",
"value_or_expression": 67108864,
}

def test_outputs(self):
Expand Down

0 comments on commit 57b4c8b

Please sign in to comment.