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 2f24ea1 commit 99c57fbCopy full SHA for 99c57fb
src/test/groovy/com/coxautodev/graphql/tools/EndToEndSpec.groovy
@@ -207,7 +207,7 @@ class EndToEndSpec extends Specification {
207
'''
208
}
209
then:
210
- data
+ (data["echoFiles"] as ArrayList<String>).join(",") == "Hello,World"
211
212
213
def "generated schema should handle any java.util.Map (using HashMap) types as property maps"() {
0 commit comments