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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
{ |
|
|
|
|