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 b59eef2 commit 06b60b9Copy full SHA for 06b60b9
1 file changed
src/test/java/com/retailsvc/http/GsonTypeMapperTest.java
@@ -20,7 +20,7 @@ void noArgConstructorRoundTripsInstantAsIso8601() {
20
byte[] out = mapper.writeTo(Map.of("ts", Instant.parse("2026-05-13T10:00:00Z")));
21
22
assertThat(new String(out, StandardCharsets.UTF_8))
23
- .isEqualTo("{\"ts\":\"2026-05-13T10:00:00Z\"}");
+ .isEqualTo("{\"ts\":\"2026-05-13T10:00:00.000000Z\"}");
24
}
25
26
@Test
0 commit comments