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 1f12115 commit 538b8c2Copy full SHA for 538b8c2
graphql-java-servlet/src/test/groovy/graphql/kickstart/servlet/BatchedQueryResponseWriterTest.groovy
@@ -43,7 +43,7 @@ class BatchedQueryResponseWriterTest extends Specification {
43
writer.write(requestMock, responseMock)
44
45
then:
46
- byteArrayOutputStream.toString(StandardCharsets.UTF_8) == expectedResponseContent
+ byteArrayOutputStream.toString(StandardCharsets.UTF_8.name()) == expectedResponseContent
47
48
where:
49
result || expectedContentLengh | expectedResponseContent
0 commit comments