Skip to content

Commit 84db713

Browse files
Fix expected error message related to parsing an invalid Info.plist file
in DocumentationBundleInfoTests.swift
1 parent 9476a06 commit 84db713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDocCTests/Infrastructure/DocumentationBundleInfoTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class DocumentationBundleInfoTests: XCTestCase {
336336
errorTypeChecking = false
337337
}
338338
XCTAssertTrue(errorTypeChecking)
339-
XCTAssertEqual(error.localizedDescription, "Unable to decode Info.plist file. Verify that it is correctly formed. Value missing for key inside <dict> at line 24")
339+
XCTAssertEqual(error.localizedDescription, "Unable to decode Info.plist file. Verify that it is correctly formed. Value missing for key inside <dict> at line 1")
340340
}
341341
}
342342

0 commit comments

Comments
 (0)