Skip to content

Commit 99c57fb

Browse files
committed
Update non nullable types test expectation
1 parent 2f24ea1 commit 99c57fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/coxautodev/graphql/tools/EndToEndSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class EndToEndSpec extends Specification {
207207
'''
208208
}
209209
then:
210-
data
210+
(data["echoFiles"] as ArrayList<String>).join(",") == "Hello,World"
211211
}
212212

213213
def "generated schema should handle any java.util.Map (using HashMap) types as property maps"() {

0 commit comments

Comments
 (0)