File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/src/test/java/org/openapitools/openapidiff/core/output Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public void validateAsciiDocRangeStatus() {
9595 }
9696
9797 @ Test
98- public void renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
98+ public void issue870_renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
9999 AsciidocRender render = new AsciidocRender ();
100100 ByteArrayOutputStream outputStream = new ByteArrayOutputStream ();
101101 OutputStreamWriter outputStreamWriter = new OutputStreamWriter (outputStream );
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public void renderShowsWhatsChangedSectionWithCorrectFormattingWhenEndpointIsCha
7878 }
7979
8080 @ Test
81- public void renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
81+ public void issue870_renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
8282 ConsoleRender render = new ConsoleRender ();
8383 ByteArrayOutputStream outputStream = new ByteArrayOutputStream ();
8484 OutputStreamWriter outputStreamWriter = new OutputStreamWriter (outputStream );
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public void renderDoesNotFailWhenHTTPStatusCodeIsRange() {
4242 }
4343
4444 @ Test
45- public void renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
45+ public void issue870_renderDoesNotFailWhenSchemaIsNullButExampleChanged () {
4646 MarkdownRender render = new MarkdownRender ();
4747 ByteArrayOutputStream outputStream = new ByteArrayOutputStream ();
4848 OutputStreamWriter outputStreamWriter = new OutputStreamWriter (outputStream );
You can’t perform that action at this time.
0 commit comments