Skip to content

Commit 9ec6d17

Browse files
committed
fix copy/paste error
1 parent b284f42 commit 9ec6d17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/draft-next/dynamicRef.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
{
695695
"description": "string property fails",
696696
"data": { "bar-item": { "content": "value" } },
697-
"valid": true
697+
"valid": false
698698
}
699699
]
700700
}

tests/draft-next/optional/dynamicRef.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"description": "string property fails",
5252
"data": { "bar-item": { "content": "value" } },
53-
"valid": true
53+
"valid": false
5454
}
5555
]
5656
}]

tests/draft2020-12/dynamicRef.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
{
809809
"description": "string property fails",
810810
"data": { "bar-item": { "content": "value" } },
811-
"valid": true
811+
"valid": false
812812
}
813813
]
814814
}

tests/draft2020-12/optional/dynamicRef.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"description": "string property fails",
5252
"data": { "bar-item": { "content": "value" } },
53-
"valid": true
53+
"valid": false
5454
}
5555
]
5656
}]

0 commit comments

Comments
 (0)