Skip to content

Commit d1b9b33

Browse files
committed
Fix character offset in publishDiagnotic test
1 parent 4e88a17 commit d1b9b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Server/TextDocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function publishDiagnostics(string $uri, array $diagnostics)
187187
],
188188
'end' => [
189189
'line' => 2,
190-
'character' => 14
190+
'character' => 15
191191
]
192192
],
193193
'severity' => DiagnosticSeverity::ERROR,

0 commit comments

Comments
 (0)