Skip to content

Commit 0821b21

Browse files
committed
Comment referencing ticket
- OpenAPITools#537
1 parent be914cb commit 0821b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/openapitools/openapidiff/core/AddPropPutDiffTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public void testDiffSame() {
1717

1818
@Test
1919
public void testFieldAdditionalInPutApiIsCompatible() {
20+
// See https://github.com/OpenAPITools/openapi-diff/pull/537
2021
ChangedOpenApi changedOpenApi = OpenApiCompare.fromLocations(OPENAPI_DOC1, OPENAPI_DOC2);
2122
assertThat(changedOpenApi.isDifferent()).isTrue();
2223
assertThat(changedOpenApi.isCompatible()).isTrue();

0 commit comments

Comments
 (0)