Skip to content

Commit 23e14bd

Browse files
committed
Fix Linux compile
1 parent 427d1e2 commit 23e14bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DocUploadBundleTests/DocUploadBundleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ final class DocUploadBundleTests: XCTestCase {
105105
try await withTempDir { tempDir in
106106
let url = fixtureUrl(for: "prod-apple-swift-metrics-main-e6a00d36.zip")
107107
XCTAssertNoThrow(
108-
try DocUploadBundle.unzip(bundle: url.path(), outputPath: tempDir)
108+
try DocUploadBundle.unzip(bundle: url.path, outputPath: tempDir)
109109
)
110110
XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/metadata.json"))
111111
XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/main/index.html"))

0 commit comments

Comments
 (0)