Skip to content

Commit eab34ba

Browse files
committed
fix prefixItems tests to actually use it (instead of items, copy-paste error)
1 parent 6680a00 commit eab34ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/draft-next/prefixItems.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{
8282
"description": "prefixItems should properly handle null data",
8383
"schema": {
84-
"items": [
84+
"prefixItems": [
8585
{
8686
"type": "null"
8787
}

tests/draft2020-12/prefixItems.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{
8282
"description": "prefixItems should properly handle null data",
8383
"schema": {
84-
"items": [
84+
"prefixItems": [
8585
{
8686
"type": "null"
8787
}

0 commit comments

Comments
 (0)