Skip to content

Commit 2b3d841

Browse files
committed
fix: Update array-of-type-is-equivalent-to-anyOf test
1 parent 6534200 commit 2b3d841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/helper/resources/array-of-type-is-equivalent-to-anyOf/after.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"schema": {
1212
"type": [
1313
"string",
14-
"null"
14+
"number"
1515
]
1616
}
1717
}

test/helper/resources/array-of-type-is-equivalent-to-anyOf/before.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "string"
1515
},
1616
{
17-
"type": "null"
17+
"type": "number"
1818
}
1919
]
2020
}

0 commit comments

Comments
 (0)