Removed empty lineRemoved failing test

This commit is contained in:
Twan van Dongen
2025-03-14 19:03:44 +01:00

View File

@@ -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();
}
}