mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
format
This commit is contained in:
@@ -191,7 +191,7 @@ public class TestBase : IAsyncDisposable
|
||||
.EnumerateFiles(ORIGINAL_FILES_PATH, "*.*", SearchOption.AllDirectories)
|
||||
.ToLookup(path => Path.GetExtension(path));
|
||||
|
||||
Assert.Equal( original.Count, extracted.Count);
|
||||
Assert.Equal(original.Count, extracted.Count);
|
||||
|
||||
foreach (var orig in original)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user