Browse Source

Fix inaccurate test method name

Co-authored-by: Anton Firszov <antonfir@gmail.com>
js/color-alpha-handling
Sergio Pedri 5 years ago
committed by GitHub
parent
commit
077aedc81a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/ImageSharp.Tests/Image/ImageTests.WrapMemory.cs

2
tests/ImageSharp.Tests/Image/ImageTests.WrapMemory.cs

@ -307,7 +307,7 @@ namespace SixLabors.ImageSharp.Tests
}
[Fact]
public unsafe void WrapSystemDrawingBitmap_FromPointer_WhenObserved()
public unsafe void WrapSystemDrawingBitmap_FromPointer()
{
if (ShouldSkipBitmapTest)
{

Loading…
Cancel
Save