Skip to content

Commit 2779c99

Browse files
committed
Make order of assertion properties consistent
1 parent 9f90e2d commit 2779c99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

annotations/tests/applicators.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,13 @@
365365
},
366366
"assertions": [
367367
{
368-
"keyword": "dependentSchemas",
369368
"location": "",
369+
"keyword": "dependentSchemas",
370370
"expected": []
371371
},
372372
{
373-
"keyword": "title",
374373
"location": "",
374+
"keyword": "title",
375375
"expected": [
376376
"Foo"
377377
]
@@ -384,8 +384,8 @@
384384
},
385385
"assertions": [
386386
{
387-
"keyword": "title",
388387
"location": "/foo",
388+
"keyword": "title",
389389
"expected": []
390390
}
391391
]

0 commit comments

Comments
 (0)