Skip to content

Commit 5439256

Browse files
author
Daniel Lemire
committed
saving
1 parent 85eb932 commit 5439256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Base64DecodingTestsUTF16.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected static void DecodeBase64CasesUTF16(DecodeFromBase64DelegateFncFromUTF1
3333
}
3434

3535
[Fact]
36-
public void DecodeBase64Readme()
36+
public void DecodeBase64ReadmeHello()
3737
{
3838
string base64 = "SGVsbG8sIFdvcmxkIQ==";
3939
byte[] buffer = new byte[SimdBase64.Base64.MaximalBinaryLengthFromBase64(base64.AsSpan())];

0 commit comments

Comments
 (0)