Fix the MockImageCache and the unit tests following the Kingfisher update.
This commit is contained in:
committed by
Stefan Ceriu
parent
6604276bea
commit
c08e2467df
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user