diff --git a/src/uwtools/tests/test_schemas.py b/src/uwtools/tests/test_schemas.py index cf2bba391..da91ae96d 100644 --- a/src/uwtools/tests/test_schemas.py +++ b/src/uwtools/tests/test_schemas.py @@ -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