From d9274cf7942624b4d5652ebc3702ca17dc5894c1 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 23 Dec 2025 15:38:17 +0000 Subject: [PATCH] Update tests/SharpCompress.Test/ExtractAllEntriesTests.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/SharpCompress.Test/ExtractAllEntriesTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/SharpCompress.Test/ExtractAllEntriesTests.cs b/tests/SharpCompress.Test/ExtractAllEntriesTests.cs index 204d47bb..007f620f 100644 --- a/tests/SharpCompress.Test/ExtractAllEntriesTests.cs +++ b/tests/SharpCompress.Test/ExtractAllEntriesTests.cs @@ -8,8 +8,8 @@ using Xunit; namespace SharpCompress.Test; /// -/// 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. /// public class ExtractAllEntriesTests : TestBase {