Browse Source

Renamed DrawImageTest to DrawImageTests, fixed namespace

af/merge-core
Brian Popow 7 years ago
parent
commit
467a91bfe0
  1. 4
      tests/ImageSharp.Tests/Drawing/DrawImageTests.cs

4
tests/ImageSharp.Tests/Drawing/DrawImageTest.cs → tests/ImageSharp.Tests/Drawing/DrawImageTests.cs

@ -8,10 +8,10 @@ using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison;
using SixLabors.Primitives; using SixLabors.Primitives;
using Xunit; using Xunit;
namespace SixLabors.ImageSharp.Tests namespace SixLabors.ImageSharp.Tests.Drawing
{ {
[GroupOutput("Drawing")] [GroupOutput("Drawing")]
public class DrawImageTest : FileTestBase public class DrawImageTests : FileTestBase
{ {
private const PixelTypes PixelTypes = Tests.PixelTypes.Rgba32; private const PixelTypes PixelTypes = Tests.PixelTypes.Rgba32;
Loading…
Cancel
Save