Update tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Adam Hathcock
2025-11-19 15:49:55 +00:00
committed by GitHub
parent cc10a12fbc
commit 04c044cb2b

View File

@@ -334,7 +334,6 @@ public class Zip64VersionConsistencyTests : WriterTests
// Skip compressed data by reading compressed size from extra field if zip64
// For simplicity in this test, we'll just find the next signature
var searchBuffer = new byte[8192];
var found = false;
while (fs.Position < fs.Length - 4)