Skip to content

Commit

Permalink
Update src/uwtools/tests/test_schemas.py
Browse files Browse the repository at this point in the history
Co-authored-by: NaureenBharwaniNOAA <[email protected]>
  • Loading branch information
christinaholtNOAA and NaureenBharwaniNOAA authored Aug 1, 2024
1 parent 1ae2ed2 commit f0113e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ def test_schena_rocoto_task_resources():
assert not errors([{"nodes": "1:ppn=12"}])
# Combined valid resources
assert not errors([{"cores": 1, "native": "abc"}])
assert not errors([{"nodes": "1:ppn=12", "native": "abc"}])
assert not errors([{"native": "abc", "nodes": "1:ppn=12"}])


# schism
Expand Down

0 comments on commit f0113e2

Please sign in to comment.