Skip to content

Commit 200153b

Browse files
committed
Add issue link
1 parent 383f509 commit 200153b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/AppTests/AnalyzerTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,8 @@ class AnalyzerTests: AppTestCase {
14601460
}
14611461

14621462
func test_issue_2873() async throws {
1463+
// Ensure we preserve dependency counts from previous default branch version
1464+
// https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2873
14631465
// setup
14641466
let pkg = try await savePackageAsync(on: app.db, id: .id0, "https://github.com/foo/1".url, processingStage: .ingestion)
14651467
try await Repository(package: pkg,

0 commit comments

Comments
 (0)