We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8bdbc commit bc822c0Copy full SHA for bc822c0
FirebaseRemoteConfig/Tests/Swift/SwiftAPI/AsyncStreamTests.swift
@@ -151,7 +151,7 @@ class AsyncStreamTests: XCTestCase {
151
}
152
153
func testStreamCancellation_callsRemoveOnListener() async throws {
154
- let listenerAttachedExpectation = self.expectation(description: "Listener should be attached.")
+ let listenerAttachedExpectation = expectation(description: "Listener should be attached.")
155
mockRealtime.listenerAttachedExpectation = listenerAttachedExpectation
156
157
let listeningTask = Task {
0 commit comments