Skip to content

Commit cd7a6ce

Browse files
committed
Fix tests
1 parent 686479a commit cd7a6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AppTests/BuildTriggerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class BuildTriggerTests: AppTestCase {
255255
configs:
256256
- documentation_targets: [t0]
257257
""")
258-
XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v5_10)])
258+
XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v6_0)])
259259
}
260260
do {
261261
let manifest = try SPIManifest.Manifest(yml: """
@@ -322,7 +322,7 @@ class BuildTriggerTests: AppTestCase {
322322
let expectedPairs = Set(SwiftVersion.allActive.map { BuildPair(.macosSpm, $0) })
323323
XCTAssertEqual(res, [.init(versionId: versionId,
324324
buildPairs: expectedPairs,
325-
docPairs: .init([.init(.macosSpm, .v5_10)]),
325+
docPairs: .init([.init(.macosSpm, .v6_0)]),
326326
reference: .tag(1, 2, 3))!])
327327
}
328328

0 commit comments

Comments
 (0)