Skip to content

Commit 3d5ecd1

Browse files
committed
Revert snapshot perceptual precision tightening
1 parent 6062fbc commit 3d5ecd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/TextDiffTests/SnapshotTestSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import SwiftUI
44
import TextDiff
55

66
private let snapshotPrecision: Float = 0.995
7-
private let snapshotPerceptualPrecision: Float = 0.99
7+
private let snapshotPerceptualPrecision: Float = 0.98
88

99
@MainActor
1010
func assertTextDiffSnapshot(

0 commit comments

Comments
 (0)