Skip to content

Commit

Permalink
Delete sout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
micryc committed Jan 29, 2024
1 parent 129196f commit 6ded486
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ public void testOperationWithResponseArraySchema() {
" items:\n" +
" type: integer\n" +
" deprecated: true\n";
System.out.println(extractedYAML);
assertEquals(expectedYAML, extractedYAML);
}
static class GetOperationResponseHeaderWithArraySchema {
Expand Down

0 comments on commit 6ded486

Please sign in to comment.