Skip to content

Commit

Permalink
Futuristic debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 10, 2024
1 parent 3a0e530 commit 54471c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/ZipTests/ZipTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}))

Expand Down

0 comments on commit 54471c2

Please sign in to comment.