We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8557e commit 527e2d3Copy full SHA for 527e2d3
1 file changed
tests/test_rules.py
@@ -203,6 +203,7 @@ def test_value_type_condition_validation():
203
assert ValueType.BOOLEAN.is_valid(ConditionType.IS) is True
204
assert ValueType.ID.is_valid(ConditionType.NOT_ONE_OF) is True
205
assert ValueType.ID.is_valid(ConditionType.CONTAINS) is False
206
+ assert ValueType.ID.is_valid(ConditionType.ON_BUDGET) is True
207
assert ValueType.ID.is_valid(ConditionType.OFF_BUDGET) is True
208
assert ValueType.STRING.is_valid(ConditionType.CONTAINS) is True
209
assert ValueType.STRING.is_valid(ConditionType.GT) is False
0 commit comments