diff --git a/tests/ImageSharp.Tests/Drawing/DrawImageTest.cs b/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs similarity index 99% rename from tests/ImageSharp.Tests/Drawing/DrawImageTest.cs rename to tests/ImageSharp.Tests/Drawing/DrawImageTests.cs index 54b04390e..0d0a82125 100644 --- a/tests/ImageSharp.Tests/Drawing/DrawImageTest.cs +++ b/tests/ImageSharp.Tests/Drawing/DrawImageTests.cs @@ -8,10 +8,10 @@ using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison; using SixLabors.Primitives; using Xunit; -namespace SixLabors.ImageSharp.Tests +namespace SixLabors.ImageSharp.Tests.Drawing { [GroupOutput("Drawing")] - public class DrawImageTest : FileTestBase + public class DrawImageTests : FileTestBase { private const PixelTypes PixelTypes = Tests.PixelTypes.Rgba32;