Skip to content

Commit b720d97

Browse files
committed
Be explicit about keypath type to silence Xcode 14.3 error
1 parent 65aa102 commit b720d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MarkdownUITests/MarkdownContentTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ final class MarkdownContentTests: XCTestCase {
198198
XCTAssertEqual(
199199
MarkdownContent {
200200
TextTable {
201-
TextTableColumn(title: "Default", value: \.[0])
201+
TextTableColumn(title: "Default", value: \Array<String>.[0])
202202
TextTableColumn(alignment: .leading, title: "Leading", value: \.[1])
203203
TextTableColumn(alignment: .center, title: "Center", value: \.[2])
204204
TextTableColumn(alignment: .trailing, title: "Trailing", value: \.[3])

0 commit comments

Comments
 (0)