Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Oct 19, 2024
1 parent 4d39a73 commit 860daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Tests/Backend/Hashing/Ripemd160FoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private static byte[] GetBytes(int len)

return result;
}
public static TheoryData GetProgressiveCase()
public static TheoryData<byte[], byte[]> GetProgressiveCase()
{
TheoryData<byte[], byte[]> result = new();
int len = 1;
Expand Down

0 comments on commit 860daa1

Please sign in to comment.