diff --git a/tests/ImageSharp.Tests/ColorProfiles/Icc/IccProfileConverterTests.cs b/tests/ImageSharp.Tests/ColorProfiles/Icc/IccProfileConverterTests.cs index 84549c0ee..00f1c5f9b 100644 --- a/tests/ImageSharp.Tests/ColorProfiles/Icc/IccProfileConverterTests.cs +++ b/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);