Skip to content

Commit 4a6b772

Browse files
committed
Corrected method name.
1 parent 38ec87b commit 4a6b772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Magick.NET.Tests/MagickImageTests/TheImportIndexedPixelsMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void ShouldThrowExceptionWhenArrayIsToSmall()
163163
}
164164

165165
[Fact]
166-
public void ShouldImportPixelsFromByteArray()
166+
public void ShouldImportPixelsFromUshortArray()
167167
{
168168
var data = new ushort[]
169169
{

0 commit comments

Comments
 (0)