We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd322e commit 2465544Copy full SHA for 2465544
1 file changed
Tests/ApolloWebsocketTests/StarWarsSubscriptionTests.swift
@@ -467,6 +467,7 @@ class StarWarsSubscriptionTests: XCTestCase {
467
self.reconnectedExpectation = self.expectation(description: "Web socket reconnected")
468
webSocketTransport.resumeWebSocketConnection()
469
self.wait(for: [self.reconnectedExpectation!], timeout: 10)
470
+ self.waitForSubscriptionsToStart()
471
472
// Now that we've reconnected, this should go through to the same subscription.
473
sendReview()
0 commit comments