Browse Source

Update Block8x8FTests.cs

pull/1374/head
James Jackson-South 5 years ago
parent
commit
8e5a59fa41
  1. 2
      tests/ImageSharp.Tests/Formats/Jpg/Block8x8FTests.cs

2
tests/ImageSharp.Tests/Formats/Jpg/Block8x8FTests.cs

@ -163,7 +163,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
}
[Fact]
public void TransposeInto()
public void TransposeIntoFallback()
{
float[] expected = Create8x8FloatData();
ReferenceImplementations.Transpose8x8(expected);

Loading…
Cancel
Save