Browse Source

Cleanup

pull/1686/head
Ildar Khayrutdinov 5 years ago
parent
commit
02990ac59a
  1. 3
      tests/ImageSharp.Tests/Formats/Tiff/TiffEncoderMultiframeTests.cs

3
tests/ImageSharp.Tests/Formats/Tiff/TiffEncoderMultiframeTests.cs

@ -2,11 +2,9 @@
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
using System; using System;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Formats.Tiff; using SixLabors.ImageSharp.Formats.Tiff;
using SixLabors.ImageSharp.Formats.Tiff.Constants; using SixLabors.ImageSharp.Formats.Tiff.Constants;
using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison; using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison;
using Xunit; using Xunit;
@ -15,7 +13,6 @@ using static SixLabors.ImageSharp.Tests.TestImages.Tiff;
namespace SixLabors.ImageSharp.Tests.Formats.Tiff namespace SixLabors.ImageSharp.Tests.Formats.Tiff
{ {
[Trait("Format", "Tiff")] [Trait("Format", "Tiff")]
[Trait("Format", "Tiff.m")]
public class TiffEncoderMultiframeTests : TiffEncoderBaseTester public class TiffEncoderMultiframeTests : TiffEncoderBaseTester
{ {
[Theory] [Theory]

Loading…
Cancel
Save