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 fa75864 commit d0558a2Copy full SHA for d0558a2
Modules/Sources/Networking/Network/BackgroundDownloadState.swift
@@ -11,6 +11,7 @@ public struct BackgroundDownloadState: Codable {
11
12
/// Configure UserDefaults instance for testing.
13
/// - Parameter userDefaults: The UserDefaults instance to use for persistence.
14
+ // periphery:ignore - required by tests
15
public static func configure(userDefaults: UserDefaults) {
16
self.userDefaults = userDefaults
17
}
0 commit comments