Skip to content

Commit

Permalink
Update tests/core/test_data_objects.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Waroquiers <[email protected]>
  • Loading branch information
gpetretto and davidwaroquiers authored Feb 22, 2024
1 parent 021bdf4 commit 3432967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core/test_data_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ def test_no_process_placement(self):
with pytest.raises(
UnsupportedResourcesError,
match=r"When process_placement is None either define only nodes "
r"plus processes_per_node or only processes",
r"plus processes_per_node or only processes to get a default value. "
r"Otherwise all the fields must be empty.",
):
QResources(project="xxx")

Expand Down

0 comments on commit 3432967

Please sign in to comment.