mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 07:25:11 +00:00
fmt
This commit is contained in:
@@ -17,10 +17,8 @@ public class ArcReaderAsyncTests : ReaderTests
|
||||
await ReadAsync("Arc.uncompressed.arc", CompressionType.None);
|
||||
|
||||
[Fact]
|
||||
public async Task Arc_Squeezed_Read_Async() =>
|
||||
await ReadAsync("Arc.squeezed.arc");
|
||||
public async Task Arc_Squeezed_Read_Async() => await ReadAsync("Arc.squeezed.arc");
|
||||
|
||||
[Fact]
|
||||
public async Task Arc_Crunched_Read_Async() =>
|
||||
await ReadAsync("Arc.crunched.arc");
|
||||
public async Task Arc_Crunched_Read_Async() => await ReadAsync("Arc.crunched.arc");
|
||||
}
|
||||
|
||||
@@ -94,7 +94,8 @@ public class WriterTests : TestBase
|
||||
await reader.WriteAllToDirectoryAsync(
|
||||
SCRATCH_FILES_PATH,
|
||||
new ExtractionOptions { ExtractFullPath = true },
|
||||
cancellationToken);
|
||||
cancellationToken
|
||||
);
|
||||
}
|
||||
VerifyFiles();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user