Browse Source

Update IccProfileConverterTests.cs

pull/1567/head
James Jackson-South 2 years ago
parent
commit
79f5dfa3e3
  1. 1
      tests/ImageSharp.Tests/ColorProfiles/Icc/IccProfileConverterTests.cs

1
tests/ImageSharp.Tests/ColorProfiles/Icc/IccProfileConverterTests.cs

@ -35,7 +35,6 @@ public class IccProfileConverterTests
image.DebugSave(provider, extension: "png", appendPixelTypeToFileName: false, appendSourceFileOrDescription: true, encoder: Encoder);
// TODO: This is comparing the input image. It should compare the output.
TPixel actual = image[0, 0];
Assert.Equal(expected, actual);

Loading…
Cancel
Save