We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5ede7 commit 2e8d94aCopy full SHA for 2e8d94a
1 file changed
Tests/ApolloTests/HTTPTransportTests.swift
@@ -201,6 +201,7 @@ class HTTPTransportTests: XCTestCase {
201
self.retryCount = 0
202
self.graphQlErrors = []
203
let query = HeroNameQuery()
204
+ // TODO: Replace this with once it is codable https://github.com/apollographql/apollo-ios/issues/467
205
let body = ["errors": [["message": "Test graphql error"]]]
206
207
let mockSession = MockURLSession()
@@ -234,6 +235,7 @@ class HTTPTransportTests: XCTestCase {
234
235
236
237
238
239
let body = ["errors": []]
240
241
0 commit comments