From 79f5dfa3e3f987b697e2a229898e49ad9e61fcdb Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 9 Jul 2024 16:29:57 +1000 Subject: [PATCH] Update IccProfileConverterTests.cs --- .../ColorProfiles/Icc/IccProfileConverterTests.cs | 1 - 1 file changed, 1 deletion(-) 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);