Skip to content

Commit 6383ef6

Browse files
committed
Remove mistakenly duplicated anyOf tests in draft{4,6,7}.
These were fully duplicated accidentally (which the uniqueness check now finds).
1 parent a5b459f commit 6383ef6

File tree

3 files changed

+0
-78
lines changed

3 files changed

+0
-78
lines changed

tests/draft4/anyOf.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -127,32 +127,6 @@
127127
}
128128
]
129129
},
130-
{
131-
"description": "nested anyOf, to check validation semantics",
132-
"schema": {
133-
"anyOf": [
134-
{
135-
"anyOf": [
136-
{
137-
"type": "null"
138-
}
139-
]
140-
}
141-
]
142-
},
143-
"tests": [
144-
{
145-
"description": "null is valid",
146-
"data": null,
147-
"valid": true
148-
},
149-
{
150-
"description": "anything non-null is invalid",
151-
"data": 123,
152-
"valid": false
153-
}
154-
]
155-
},
156130
{
157131
"description": "nested anyOf, to check validation semantics",
158132
"schema": {

tests/draft6/anyOf.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -160,32 +160,6 @@
160160
}
161161
]
162162
},
163-
{
164-
"description": "nested anyOf, to check validation semantics",
165-
"schema": {
166-
"anyOf": [
167-
{
168-
"anyOf": [
169-
{
170-
"type": "null"
171-
}
172-
]
173-
}
174-
]
175-
},
176-
"tests": [
177-
{
178-
"description": "null is valid",
179-
"data": null,
180-
"valid": true
181-
},
182-
{
183-
"description": "anything non-null is invalid",
184-
"data": 123,
185-
"valid": false
186-
}
187-
]
188-
},
189163
{
190164
"description": "nested anyOf, to check validation semantics",
191165
"schema": {

tests/draft7/anyOf.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -160,32 +160,6 @@
160160
}
161161
]
162162
},
163-
{
164-
"description": "nested anyOf, to check validation semantics",
165-
"schema": {
166-
"anyOf": [
167-
{
168-
"anyOf": [
169-
{
170-
"type": "null"
171-
}
172-
]
173-
}
174-
]
175-
},
176-
"tests": [
177-
{
178-
"description": "null is valid",
179-
"data": null,
180-
"valid": true
181-
},
182-
{
183-
"description": "anything non-null is invalid",
184-
"data": 123,
185-
"valid": false
186-
}
187-
]
188-
},
189163
{
190164
"description": "nested anyOf, to check validation semantics",
191165
"schema": {

0 commit comments

Comments
 (0)