Skip to content

Commit e092d86

Browse files
committed
Use TolerantComparer for Tiff Jpeg test's
1 parent 77cdbbb commit e092d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public void TiffDecoder_CanDecode_PackBitsCompressed<TPixel>(TestImageProvider<T
374374
[WithFile(YCbCrJpegCompressed, PixelTypes.Rgba32)]
375375
[WithFile(RgbJpegCompressedNoJpegTable, PixelTypes.Rgba32)]
376376
public void TiffDecoder_CanDecode_JpegCompressed<TPixel>(TestImageProvider<TPixel> provider)
377-
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider);
377+
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider, useExactComparer: false);
378378

379379
[Theory]
380380
[WithFileCollection(nameof(MultiframeTestImages), PixelTypes.Rgba32)]

0 commit comments

Comments
 (0)