Skip to content

Commit f9a15bb

Browse files
Update Tests/CodeEditSourceEditorTests/TextViewControllerTests.swift
Co-authored-by: Austin Condiff <[email protected]>
1 parent 987473d commit f9a15bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CodeEditSourceEditorTests/TextViewControllerTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ final class TextViewControllerTests: XCTestCase {
276276

277277
func test_findClosingPair() {
278278
let _ = controller.textView.becomeFirstResponder()
279-
controller.textView.string = "{ Loren Ipsum {} }"
279+
controller.textView.string = "{ Lorem Ipsum {} }"
280280
var idx: Int?
281281

282282
// Test walking forwards

0 commit comments

Comments
 (0)