Skip to content

Commit fdd1aae

Browse files
committed
Fix copyright and add Sendable conformance
1 parent b15e24a commit fdd1aae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FirebaseRemoteConfig/Swift/RemoteConfig+Async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

FirebaseRemoteConfig/Tests/Swift/SwiftAPI/AsyncStreamTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ class MockListenerRegistration: ConfigUpdateListenerRegistration, @unchecked Sen
3232

3333
/// A mock for the RCNConfigRealtime component that allows tests to control the config update
3434
/// listener.
35-
class MockRealtime: RCNConfigRealtime {
35+
class MockRealtime: RCNConfigRealtime, @unchecked Sendable {
3636
/// The listener closure captured from the `updates` async stream.
3737
var listener: ((RemoteConfigUpdate?, Error?) -> Void)?
3838
let mockRegistration = MockListenerRegistration()

0 commit comments

Comments
 (0)