From 2b9d02f4499984431c93929491349f3e54423c1a Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Wed, 13 Jul 2022 11:38:58 +0200 Subject: [PATCH] Add missing Trait Webp --- tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs b/tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs index f39e16bc24..b9f75fbf99 100644 --- a/tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs +++ b/tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs @@ -7,8 +7,9 @@ using SixLabors.ImageSharp.Formats.Webp.Lossless; using SixLabors.ImageSharp.Tests.TestUtilities; using Xunit; -namespace SixLabors.ImageSharp.Tests.Formats.WebP +namespace SixLabors.ImageSharp.Tests.Formats.Webp { + [Trait("Format", "Webp")] public class Vp8LHistogramTests { private static void RunAddVectorTest()