Skip to content

Commit

Permalink
Added TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdv committed Oct 29, 2019
1 parent ec5ede7 commit 2e8d94a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ApolloTests/HTTPTransportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ class HTTPTransportTests: XCTestCase {
self.retryCount = 0
self.graphQlErrors = []
let query = HeroNameQuery()
// TODO: Replace this with once it is codable https://github.com/apollographql/apollo-ios/issues/467
let body = ["errors": [["message": "Test graphql error"]]]

let mockSession = MockURLSession()
Expand Down Expand Up @@ -234,6 +235,7 @@ class HTTPTransportTests: XCTestCase {
self.retryCount = 0
self.graphQlErrors = []
let query = HeroNameQuery()
// TODO: Replace this with once it is codable https://github.com/apollographql/apollo-ios/issues/467
let body = ["errors": []]

let mockSession = MockURLSession()
Expand Down

0 comments on commit 2e8d94a

Please sign in to comment.