diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index f0cb6d4b8..80aa64f54 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -2430,7 +2430,7 @@ fn lsp_completions_optional() { { "label": "b?", "kind": 5, - "sortText": "1", + "sortText": "11", "filterText": "b", "insertText": "b", "data": { |