diff --git a/Sources/SnapshotTesting/Snapshotting/NSImage.swift b/Sources/SnapshotTesting/Snapshotting/NSImage.swift index 0f1d5b481..be4fd7cd4 100644 --- a/Sources/SnapshotTesting/Snapshotting/NSImage.swift +++ b/Sources/SnapshotTesting/Snapshotting/NSImage.swift @@ -118,8 +118,14 @@ let newRep = NSBitmapImageRep(cgImage: newerCgImage).bitmapData! let byteCountThreshold = Int((1 - precision) * Float(byteCount)) var differentByteCount = 0 - for offset in 0..