Skip to content

Commit 6062fbc

Browse files
committed
Tighten snapshot perceptual precision
1 parent c44ee92 commit 6062fbc

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.98
7+
private let snapshotPerceptualPrecision: Float = 0.99
88

99
@MainActor
1010
func assertTextDiffSnapshot(

0 commit comments

Comments
 (0)