Skip to content

Commit 35ccff6

Browse files
committed
Remove tests that assert a keyword doesn't emit annotations
1 parent 2779c99 commit 35ccff6

File tree

3 files changed

+0
-401
lines changed

3 files changed

+0
-401
lines changed

annotations/tests/applicators.json

-50
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
"foo": 42
8989
},
9090
"assertions": [
91-
{
92-
"location": "",
93-
"keyword": "propertyNames",
94-
"expected": []
95-
},
9691
{
9792
"location": "/foo",
9893
"keyword": "title",
@@ -205,11 +200,6 @@
205200
{
206201
"instance": "foo",
207202
"assertions": [
208-
{
209-
"location": "",
210-
"keyword": "allOf",
211-
"expected": []
212-
},
213203
{
214204
"location": "",
215205
"keyword": "title",
@@ -241,11 +231,6 @@
241231
{
242232
"instance": 42,
243233
"assertions": [
244-
{
245-
"location": "",
246-
"keyword": "anyOf",
247-
"expected": []
248-
},
249234
{
250235
"location": "",
251236
"keyword": "title",
@@ -289,11 +274,6 @@
289274
{
290275
"instance": "foo",
291276
"assertions": [
292-
{
293-
"location": "",
294-
"keyword": "oneOf",
295-
"expected": []
296-
},
297277
{
298278
"location": "",
299279
"keyword": "title",
@@ -332,11 +312,6 @@
332312
{
333313
"instance": {},
334314
"assertions": [
335-
{
336-
"location": "",
337-
"keyword": "not",
338-
"expected": []
339-
},
340315
{
341316
"location": "",
342317
"keyword": "title",
@@ -364,11 +339,6 @@
364339
"foo": 42
365340
},
366341
"assertions": [
367-
{
368-
"location": "",
369-
"keyword": "dependentSchemas",
370-
"expected": []
371-
},
372342
{
373343
"location": "",
374344
"keyword": "title",
@@ -411,16 +381,6 @@
411381
{
412382
"instance": "foo",
413383
"assertions": [
414-
{
415-
"location": "",
416-
"keyword": "if",
417-
"expected": []
418-
},
419-
{
420-
"location": "",
421-
"keyword": "then",
422-
"expected": []
423-
},
424384
{
425385
"location": "",
426386
"keyword": "title",
@@ -434,16 +394,6 @@
434394
{
435395
"instance": 42,
436396
"assertions": [
437-
{
438-
"location": "",
439-
"keyword": "if",
440-
"expected": []
441-
},
442-
{
443-
"location": "",
444-
"keyword": "else",
445-
"expected": []
446-
},
447397
{
448398
"location": "",
449399
"keyword": "title",

annotations/tests/core.json

-10
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
{
1616
"instance": "foo",
1717
"assertions": [
18-
{
19-
"location": "",
20-
"keyword": "$ref",
21-
"expected": []
22-
},
23-
{
24-
"location": "",
25-
"keyword": "$defs",
26-
"expected": []
27-
},
2818
{
2919
"location": "",
3020
"keyword": "title",

0 commit comments

Comments
 (0)