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 cf72d63 commit 4589638Copy full SHA for 4589638
Tests/DocUploadBundleTests/DocUploadBundleTests.swift
@@ -100,7 +100,7 @@ final class DocUploadBundleTests: XCTestCase {
100
.init(bucket: "spi-prod-docs", path: "owner/name/feature-2.0.0"))
101
}
102
103
- func test_unzip() async throws {
+ func test_issue_3069() async throws {
104
// https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/3069
105
try await withTempDir { tempDir in
106
let url = fixtureUrl(for: "prod-apple-swift-metrics-main-e6a00d36.zip")
0 commit comments