Skip to content

Commit 4af2329

Browse files
committed
test: correct invalid schema in test case
1 parent 1867710 commit 4af2329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Constraints/ConstTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function getValidTests(): array
121121
"type": "object",
122122
"properties": {
123123
"value": {
124-
"type": "any",
124+
"type": "object",
125125
"const": {
126126
"foo": 12
127127
}

0 commit comments

Comments
 (0)