Fix the MockImageCache and the unit tests following the Kingfisher update.

This commit is contained in:
Stefan Ceriu
2025-06-18 10:14:06 +03:00
committed by Stefan Ceriu
parent 6604276bea
commit c08e2467df

View File

@@ -30,6 +30,7 @@ class MockImageCache: ImageCache, @unchecked Sendable {
original: Data? = nil,
forKey key: String,
processorIdentifier identifier: String = "",
forcedExtension: String? = nil,
cacheSerializer serializer: CacheSerializer = DefaultCacheSerializer.default,
toDisk: Bool = true,
callbackQueue: CallbackQueue = .untouch,