Skip to content

Commit b852de4

Browse files
committed
Add a potentially redundant test
1 parent 9742f44 commit b852de4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

suites/unknown_operator.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
"error": { "type": "Unknown Operator" }
1313
},
1414
{
15-
"description": "Multi-Key Object, one key is a valid operator. Should fail.",
15+
"description": "Multi-Key Object, one key is a valid operator (valid, invalid). Should fail.",
1616
"rule": { "+": true, "UnknownOperator2": true },
1717
"data": null,
1818
"error": { "type": "Unknown Operator" }
1919
},
20+
{
21+
"description": "Multi-Key Object, one key is a valid operator (invalid, valid). Should fail.",
22+
"rule": { "UnknownOperator2": true, "+": true },
23+
"data": null,
24+
"error": { "type": "Unknown Operator" }
25+
},
2026
{
2127
"description": "Multi-Key Object, both keys are valid operators. Should fail.",
2228
"rule": { "+": true, "-": true },

0 commit comments

Comments
 (0)