Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dempseyatgithub committed Jul 9, 2024
1 parent d9e59f2 commit 7481db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/PackageLoadingTests/PD_5_2_LoadingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ final class PackageDescription5_2LoadingTests: PackageDescriptionLoadingTests {
let observability = ObservabilitySystem.makeForTesting()
await XCTAssertAsyncThrowsError(try await loadAndValidateManifest(content, observabilityScope: observability.topScope), "expected error") { error in
if case ManifestParseError.invalidManifestFormat(let error, _, _) = error {
print("BEGIN Error\n\(error)\nEND Error")
XCTAssertMatch(error, .contains("is unavailable"))
XCTAssertMatch(error, .contains("was introduced in PackageDescription 5.3"))
} else {
Expand Down

0 comments on commit 7481db7

Please sign in to comment.