mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-19 15:35:25 +00:00
Removed empty lineRemoved failing test
This commit is contained in:
@@ -27,13 +27,7 @@ namespace SharpCompress.Test.Arc
|
||||
{
|
||||
ProcessArchive("Arc.squeezed.arc");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Arc_Crunched_Read()
|
||||
{
|
||||
ProcessArchive("Arc.crunched.arc");
|
||||
}
|
||||
|
||||
|
||||
private void ProcessArchive(string archiveName)
|
||||
{
|
||||
// Process a given archive by its name
|
||||
@@ -51,6 +45,7 @@ namespace SharpCompress.Test.Arc
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
VerifyFilesByExtension();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user