Skip to content

Commit 8e5a59f

Browse files
Update Block8x8FTests.cs
1 parent 093fbc4 commit 8e5a59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

165165
[Fact]
166-
public void TransposeInto()
166+
public void TransposeIntoFallback()
167167
{
168168
float[] expected = Create8x8FloatData();
169169
ReferenceImplementations.Transpose8x8(expected);

0 commit comments

Comments
 (0)