onevcat há 8 anos atrás
pai
commit
827a037147
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Tests/KingfisherTests/ImageCacheTests.swift

+ 0 - 1
Tests/KingfisherTests/ImageCacheTests.swift

@@ -360,7 +360,6 @@ class ImageCacheTests: XCTestCase {
         let modifier = AnyImageModifier { image in
             modifierCalled = true
             return image.withRenderingMode(.alwaysTemplate)
-            image.isTemplate = true
         }
 
         cache.store(testImage, original: testImageData as Data?, forKey: testKeys[0]) {