We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e8a1 commit 19bdb61Copy full SHA for 19bdb61
core/src/test/java/org/openapitools/openapidiff/core/SchemaDiffTest.java
@@ -349,7 +349,6 @@ public void changePatternHandling() {
349
assertThat(props.get("patternAdded").getPattern().isChanged())
350
.isEqualTo(DiffResult.INCOMPATIBLE);
351
assertThat(props.get("patternAdded").getPattern().getOldPattern()).isNull();
352
- // Adjust assertion to expect single backslashes as parsed from YAML
353
assertThat(props.get("patternAdded").getPattern().getNewPattern())
354
.isEqualTo("^\\d{3}-\\d{2}-\\d{4}$?");
355
}
0 commit comments