Make lsp keyword compl test use overlay

This commit is contained in:
ysthakur 2024-07-06 00:45:29 -04:00
parent eb5f5b4617
commit 224b16ce31
2 changed files with 12 additions and 12 deletions

View File

@ -1199,17 +1199,17 @@ mod tests {
assert_json_include!(
actual: result,
expected: serde_json::json!([
{
"label": "def",
"textEdit": {
"newText": "def",
"range": {
"start": { "character": 0, "line": 0 },
"end": { "character": 2, "line": 0 }
}
},
"kind": 14
}
{
"label": "overlay",
"textEdit": {
"newText": "overlay",
"range": {
"start": { "character": 0, "line": 0 },
"end": { "character": 2, "line": 0 }
}
},
"kind": 14
},
])
);
}

View File

@ -1 +1 @@
de
ov