Update tests/SharpCompress.Test/ExtractAllEntriesTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Adam Hathcock
2025-12-23 15:38:17 +00:00
committed by GitHub
parent 583b048046
commit d9274cf794

View File

@@ -8,8 +8,8 @@ using Xunit;
namespace SharpCompress.Test;
/// <summary>
/// Tests for ExtractAllEntries method which should work for all archive types
/// regardless of whether they are SOLID or not.
/// Tests for the ExtractAllEntries method behavior on both solid and non-solid
/// archives, including progress reporting and current usage restrictions.
/// </summary>
public class ExtractAllEntriesTests : TestBase
{