Skip to content

Commit

Permalink
Unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Oct 30, 2024
1 parent df7be75 commit 7a65ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codecs/Image/Jpeg/JpegUnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static void TestBlockLoad()

}

public static void TestBlockGetSpan()
public static void TestBlockGetFourFloats()
{
var block = new Block();
var vector = new Vector4(1, 2, 3, 4);
Expand Down

0 comments on commit 7a65ab3

Please sign in to comment.