diff --git a/Tests/ZipTests/ZipTests.swift b/Tests/ZipTests/ZipTests.swift index fa682d78..a59cc1ae 100644 --- a/Tests/ZipTests/ZipTests.swift +++ b/Tests/ZipTests/ZipTests.swift @@ -350,6 +350,7 @@ final class ZipTests: XCTestCase { let destinationPath = try autoRemovingSandbox() XCTAssertNoThrow(try Zip.unzipFile(filePath, destination: destinationPath, password: "password", fileOutputHandler: { fileURL in + print("File: \(fileURL)") XCTAssertTrue(FileManager.default.fileExists(atPath: fileURL.path)) }))