Skip to content

Commit 76a8859

Browse files
committed
merge
2 parents cc6c787 + 2478f20 commit 76a8859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-java21-jtd/src/test/java/json/java21/jtd/TestRfc8927.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public void testDiscriminatorInElementsSchema() {
626626
.as("Should reject document with missing required properties")
627627
.isFalse();
628628
}
629-
/// Test case from JtdPropertyTest property test failure
629+
/// Test case from JtdExhaustiveTest property test failure
630630
/// Nested elements containing properties schemas should reject additional properties
631631
/// Schema: {"elements":{"elements":{"properties":{}}}}
632632
/// Document: [[{},{},[{},{extraProperty":"extra-value"}]]

0 commit comments

Comments
 (0)