Skip to content

Commit 69a09a3

Browse files
mwadamsjdesrosiers
authored andcommitted
Fixed tests for annotation collection inside not.
1 parent e4e1a22 commit 69a09a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/draft2019-09/not.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
},
140140
"tests": [
141141
{
142-
"description": "no properties to evaluate",
143-
"data": {},
142+
"description": "unevaluated property",
143+
"data": { "bar": 1 },
144144
"valid": true
145145
},
146146
{

tests/draft2020-12/not.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
},
140140
"tests": [
141141
{
142-
"description": "no properties to evaluate",
143-
"data": {},
142+
"description": "unevaluated property",
143+
"data": { "bar": 1 },
144144
"valid": true
145145
},
146146
{

0 commit comments

Comments
 (0)