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 686479a commit cd7a6ceCopy full SHA for cd7a6ce
Tests/AppTests/BuildTriggerTests.swift
@@ -255,7 +255,7 @@ class BuildTriggerTests: AppTestCase {
255
configs:
256
- documentation_targets: [t0]
257
""")
258
- XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v5_10)])
+ XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v6_0)])
259
}
260
do {
261
let manifest = try SPIManifest.Manifest(yml: """
@@ -322,7 +322,7 @@ class BuildTriggerTests: AppTestCase {
322
let expectedPairs = Set(SwiftVersion.allActive.map { BuildPair(.macosSpm, $0) })
323
XCTAssertEqual(res, [.init(versionId: versionId,
324
buildPairs: expectedPairs,
325
- docPairs: .init([.init(.macosSpm, .v5_10)]),
+ docPairs: .init([.init(.macosSpm, .v6_0)]),
326
reference: .tag(1, 2, 3))!])
327
328
0 commit comments