Skip to content

Commit c8d7c85

Browse files
committed
Modify test to mention null instead
1 parent 5dac1cc commit c8d7c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

suites/control/and.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"result": true
122122
},
123123
{
124-
"description": "And with no arguments should return false",
124+
"description": "And with no arguments should return null",
125125
"rule": { "and": [] },
126126
"data": null,
127127
"result": null

suites/control/or.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"result": "0"
122122
},
123123
{
124-
"description": "Or with no arguments should return false",
124+
"description": "Or with no arguments should return null",
125125
"rule": { "or": [] },
126126
"data": null,
127127
"result": null

0 commit comments

Comments
 (0)