Skip to content

Commit e599d25

Browse files
committed
Update ModuleInitializer.cs
1 parent e98dcad commit e599d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tests/ModuleInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public static void Init()
77
{
88
VerifyImageMagick.Initialize();
9-
VerifyImageMagick.RegisterComparers(threshold: 0.05);
9+
VerifyImageMagick.RegisterComparers(threshold: 0.5);
1010
}
1111

1212
#endregion

0 commit comments

Comments
 (0)