Skip to content

Commit

Permalink
Fix character offset in publishDiagnotic test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Sep 4, 2016
1 parent 4e88a17 commit d1b9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Server/TextDocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function publishDiagnostics(string $uri, array $diagnostics)
],
'end' => [
'line' => 2,
'character' => 14
'character' => 15
]
],
'severity' => DiagnosticSeverity::ERROR,
Expand Down

0 comments on commit d1b9b33

Please sign in to comment.