Skip to content

Commit 0ad6c39

Browse files
committed
src: Fix test method rename build failure
1 parent d4509c5 commit 0ad6c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.IO.Compression.Brotli/tests/CompressionStreamUnitTests.Brotli.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void InvalidBrotliCompressionQuality()
111111
[MemberData(nameof(UncompressedTestFilesBrotli))]
112112
public async void BrotliCompressionQuality_SizeInOrder(string testFile)
113113
{
114-
using var uncompressedStream = await LocalMemoryStream.readAppFileAsync(testFile);
114+
using var uncompressedStream = await LocalMemoryStream.ReadAppFileAsync(testFile);
115115

116116
async Task<long> GetLengthAsync(int compressionQuality)
117117
{

0 commit comments

Comments
 (0)