We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50c541 commit 4288144Copy full SHA for 4288144
Tests/CodeEditSourceEditorTests/Highlighting/HighlighterTests.swift
@@ -243,7 +243,7 @@ final class HighlighterTests: XCTestCase {
243
244
let highlighter = Mock.highlighter(
245
textView: textView,
246
- highlightProvider: highlightProvider,
+ highlightProviders: [highlightProvider],
247
attributeProvider: attributeProvider
248
)
249
textView.addStorageDelegate(highlighter)
0 commit comments