diff --git a/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs b/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs index 820dc2bae..77fee1e79 100644 --- a/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs +++ b/tests/ImageSharp.Tests/Colors/PackedPixelTests.cs @@ -13,6 +13,10 @@ namespace ImageSharp.Tests.Colors /// /// The packed pixel tests. /// + /// + /// The "ToVector4" tests should now be covered in + /// and at some point they can be safely removed from here. + /// public class PackedPixelTests { [Fact]