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 cf1432c commit ca14527Copy full SHA for ca14527
FirebaseCore/Internal/Tests/Unit/HeartbeatStorageTests.swift
@@ -407,7 +407,7 @@ class HeartbeatStorageTests: XCTestCase {
407
final class WeakRefs: @unchecked Sendable {
408
// Lock is used to synchronize `weakRefs` during concurrent access.
409
private(set) var weakRefs =
410
- FIRAllocatedUnfairLock<[WeakContainer<HeartbeatStorage>]>(initialState: [])
+ FIRAllocatedUnfairLock<[WeakContainer<HeartbeatStorage>]>(initialState: [])
411
412
func append(_ weakRef: WeakContainer<HeartbeatStorage>) {
413
weakRefs.withLock {
0 commit comments