Skip to content

Commit b43bb24

Browse files
committed
test: fix lsp case
1 parent 7ba8a5a commit b43bb24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/nu-lsp/src/completion.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ mod tests {
388388
]))]
389389
#[case::use_clip("use.nu", (5, 22), None, serde_json::json!([
390390
{
391-
"label": "clip",
391+
"label": "std-rfc/clip",
392392
"labelDetails": { "description": "module" },
393393
"textEdit": {
394-
"newText": "clip",
395-
"range": { "start": { "character": 19, "line": 5 }, "end": { "character": 23, "line": 5 } }
394+
"newText": "std-rfc/clip",
395+
"range": { "start": { "character": 11, "line": 5 }, "end": { "character": 23, "line": 5 } }
396396
},
397397
"kind": 9
398398
}

0 commit comments

Comments
 (0)