You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/swagger-jaxrs2/src/test/java/io/swagger/v3/jaxrs2/annotations/operations/AnnotatedOperationMethodTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ public void testOperationWithResponseExamples() {
197
197
" basic:\n" +
198
198
" summary: shows a basic example\n" +
199
199
" description: basic\n" +
200
-
" value: '{id: 19877734}'\n" +
200
+
" value: \"{id: 19877734}\"\n" +
201
201
" deprecated: true\n";
202
202
assertEquals(extractedYAML, expectedYAML);
203
203
}
@@ -229,7 +229,7 @@ public void testOperationWithParameterExample() {
0 commit comments