Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 19, 2023
1 parent 61a9da7 commit 7e416e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinol_make/helpers/package_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _get_limit_from_dict(dict: Dict[str, Any], limit_type: LimitTypes, test_id:

if plural_limit_name in dict:
if test_id in dict[plural_limit_name]:
util.exit_with_error("Specifying limit for single test is a bad practice and is not supported.")
util.exit_with_error("Specifying limit for a single test is not allowed in sinol-make.")
elif test_group in dict[plural_limit_name]:
return dict[plural_limit_name][test_group]
if limit_name in dict:
Expand Down

0 comments on commit 7e416e0

Please sign in to comment.