onevcat 1 vuosi sitten
vanhempi
commit
79f39156a2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Tests/KingfisherTests/ImageExtensionTests.swift

+ 1 - 1
Tests/KingfisherTests/ImageExtensionTests.swift

@@ -331,7 +331,7 @@ class ImageExtensionTests: XCTestCase {
 
     func testDownsamplingWithEdgeCaseSize() {
 
-        // Zero size would fail downsampling before iOS 17,4.
+        // Zero size would fail downsampling before iOS 17.4.
         let result = KingfisherWrapper<KFCrossPlatformImage>.downsampledImage(data: testImageData, to: .zero, scale: 1)
         if #available(iOS 17.4, macOS 14.4, tvOS 17.4, *) {
             XCTAssertEqual(result?.size, CGSize(width: 64, height: 64))