Browse Source

Renamed DrawImageTest to DrawImageTests, fixed namespace

pull/909/head
Brian Popow 7 years ago
parent
commit
18cda2ea48
  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 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;
Loading…
Cancel
Save