Skip to content

Commit bc822c0

Browse files
committed
Fix styling
1 parent 8b8bdbc commit bc822c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Tests/Swift/SwiftAPI/AsyncStreamTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AsyncStreamTests: XCTestCase {
151151
}
152152

153153
func testStreamCancellation_callsRemoveOnListener() async throws {
154-
let listenerAttachedExpectation = self.expectation(description: "Listener should be attached.")
154+
let listenerAttachedExpectation = expectation(description: "Listener should be attached.")
155155
mockRealtime.listenerAttachedExpectation = listenerAttachedExpectation
156156

157157
let listeningTask = Task {

0 commit comments

Comments
 (0)