Skip to content

Commit 7481db7

Browse files
Address review feedback
1 parent d9e59f2 commit 7481db7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/PackageLoadingTests/PD_5_2_LoadingTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ final class PackageDescription5_2LoadingTests: PackageDescriptionLoadingTests {
422422
let observability = ObservabilitySystem.makeForTesting()
423423
await XCTAssertAsyncThrowsError(try await loadAndValidateManifest(content, observabilityScope: observability.topScope), "expected error") { error in
424424
if case ManifestParseError.invalidManifestFormat(let error, _, _) = error {
425-
print("BEGIN Error\n\(error)\nEND Error")
426425
XCTAssertMatch(error, .contains("is unavailable"))
427426
XCTAssertMatch(error, .contains("was introduced in PackageDescription 5.3"))
428427
} else {

0 commit comments

Comments
 (0)