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 8b52de1 commit 0d9a3abCopy full SHA for 0d9a3ab
samples/client/petstore/java/jersey2/src/test/java/io/swagger/client/JSONTest.java
@@ -45,7 +45,7 @@ public void testCustomDate() throws Exception {
45
@Test
46
public void testSqlDateSerialization() throws Exception {
47
String str = json.getContext(null).writeValueAsString(new java.sql.Date(10));
48
- assertEquals("\"1969-12-31\"", str);
+ assertEquals("\"1970-01-01\"", str);
49
}
50
51
0 commit comments