Skip to content

Commit de566af

Browse files
Update TiffEncoderTests.cs
1 parent 454b02a commit de566af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,12 @@ public void TiffEncoder_EncodeBiColor_WithModifiedHuffmanCompression_BlackIsZero
520520

521521
[Theory]
522522
[WithFile(Issue2909, PixelTypes.Rgba32)]
523-
public void TiffEncoder_EncodeBiColor_WithLzwCompression_Works<TPixel>(TestImageProvider<TPixel> provider)
523+
public void TiffEncoder_WithLzwCompression_Works<TPixel>(TestImageProvider<TPixel> provider)
524524
where TPixel : unmanaged, IPixel<TPixel> => TestTiffEncoderCore(provider, TiffBitsPerPixel.Bit24, null, TiffCompression.Lzw, imageDecoder: TiffDecoder.Instance);
525525

526526
[Theory]
527527
[WithFile(Issue2909, PixelTypes.Rgba32)]
528-
public void TiffEncoder_EncodeBiColor_WithDeflateCompression_Works<TPixel>(TestImageProvider<TPixel> provider)
528+
public void TiffEncoder_WithDeflateCompression_Works<TPixel>(TestImageProvider<TPixel> provider)
529529
where TPixel : unmanaged, IPixel<TPixel> => TestTiffEncoderCore(provider, TiffBitsPerPixel.Bit24, null, TiffCompression.Deflate, imageDecoder: TiffDecoder.Instance);
530530

531531
[Theory]

0 commit comments

Comments
 (0)