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:17 +00:00
committed by GitHub
parent 0fe48c647e
commit 8b0a1c699f

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 currentPos = fs.Position;
var searchBuffer = new byte[8192];
var found = false;