Skip to content

Commit 860daa1

Browse files
Fix test
1 parent 4d39a73 commit 860daa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Tests/Backend/Hashing/Ripemd160FoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private static byte[] GetBytes(int len)
2929

3030
return result;
3131
}
32-
public static TheoryData GetProgressiveCase()
32+
public static TheoryData<byte[], byte[]> GetProgressiveCase()
3333
{
3434
TheoryData<byte[], byte[]> result = new();
3535
int len = 1;

0 commit comments

Comments
 (0)