Skip to content

Commit 1f82aba

Browse files
author
Samuel Vazquez
committed
feat: update fastjson2
1 parent b76ab51 commit 1f82aba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

servers/graphql-kotlin-server/src/test/kotlin/com/expediagroup/graphql/server/types/GraphQLServerResponseTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class GraphQLServerResponseTest {
4444
val expectedJson =
4545
"""{"data":{"foo":1}}"""
4646
assertEquals(expectedJson, mapper.writeValueAsString(response))
47-
4847
}
4948

5049
@Test

0 commit comments

Comments
 (0)