Browse Source

Add missing Trait Webp

pull/2173/head
Brian Popow 4 years ago
parent
commit
2b9d02f449
  1. 3
      tests/ImageSharp.Tests/Formats/WebP/Vp8LHistogramTests.cs

3
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()

Loading…
Cancel
Save