We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427d1e2 commit 23e14bdCopy full SHA for 23e14bd
Tests/DocUploadBundleTests/DocUploadBundleTests.swift
@@ -105,7 +105,7 @@ final class DocUploadBundleTests: XCTestCase {
105
try await withTempDir { tempDir in
106
let url = fixtureUrl(for: "prod-apple-swift-metrics-main-e6a00d36.zip")
107
XCTAssertNoThrow(
108
- try DocUploadBundle.unzip(bundle: url.path(), outputPath: tempDir)
+ try DocUploadBundle.unzip(bundle: url.path, outputPath: tempDir)
109
)
110
XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/metadata.json"))
111
XCTAssert(FileManager.default.fileExists(atPath: tempDir + "/main/index.html"))
0 commit comments