diff --git a/tests/Server/TextDocumentTest.php b/tests/Server/TextDocumentTest.php index d80f45e2..4f795d47 100644 --- a/tests/Server/TextDocumentTest.php +++ b/tests/Server/TextDocumentTest.php @@ -187,7 +187,7 @@ public function publishDiagnostics(string $uri, array $diagnostics) ], 'end' => [ 'line' => 2, - 'character' => 14 + 'character' => 15 ] ], 'severity' => DiagnosticSeverity::ERROR,