Skip to content

Commit c188327

Browse files
Fix typo in test.
Co-authored-by: mayaepps <[email protected]>
1 parent b5fe548 commit c188327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDocCUtilitiesTests/ConvertActionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@ class ConvertActionTests: XCTestCase {
31883188

31893189
let logLines = logStorage.text.splitByNewlines
31903190
XCTAssertEqual(logLines.filter { ($0 as NSString).contains("warning:") }.count, 2, "There should be two warnings printed to the console")
3191-
XCTAssertEqual(logLines.filter { ($0 as NSString).contains("here was no root found for this documentation catalog.") }.count, 1, "The root page warning shouldn't be repeated.")
3191+
XCTAssertEqual(logLines.filter { ($0 as NSString).contains("There was no root found for this documentation catalog.") }.count, 1, "The root page warning shouldn't be repeated.")
31923192
XCTAssertEqual(logLines.filter { ($0 as NSString).contains("No symbol matched 'ModuleThatDoesNotExist'. Can't resolve 'ModuleThatDoesNotExist'.") }.count, 1, "The link warning shouldn't be repeated.")
31933193
}
31943194

0 commit comments

Comments
 (0)