Skip to content

Commit

Permalink
Force all images to be regenerated on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jan 7, 2025
1 parent cd993cc commit 1de39ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/tests/Graphics.Tests/ImageAssert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Maui;

public static class ImageAssert
{
private const double ImageErrorThreshold = 0.0027;
private const double ImageErrorThreshold = 0;// 0.0027;

public static void Equivalent(Stream actualData, string expectedFilename, string diffDirectory, double threshold = ImageErrorThreshold)
{
Expand Down

0 comments on commit 1de39ce

Please sign in to comment.