We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb1f2a commit 10c3524Copy full SHA for 10c3524
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