Skip to content

Commit 77f6bd0

Browse files
petamorikenbartlomieju
authored andcommitted
chore: remove LSP global symbols count tests (#27806)
Closes #23102
1 parent 20a910e commit 77f6bd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/lsp_tests.rs

-2
Original file line numberDiff line numberDiff line change
@@ -5762,7 +5762,6 @@ fn lsp_jsr_auto_import_completion() {
57625762
json!({ "triggerKind": 1 }),
57635763
);
57645764
assert!(!list.is_incomplete);
5765-
assert_eq!(list.items.len(), 268);
57665765
let item = list.items.iter().find(|i| i.label == "add").unwrap();
57675766
assert_eq!(&item.label, "add");
57685767
assert_eq!(
@@ -5842,7 +5841,6 @@ fn lsp_jsr_auto_import_completion_import_map() {
58425841
json!({ "triggerKind": 1 }),
58435842
);
58445843
assert!(!list.is_incomplete);
5845-
assert_eq!(list.items.len(), 268);
58465844
let item = list.items.iter().find(|i| i.label == "add").unwrap();
58475845
assert_eq!(&item.label, "add");
58485846
assert_eq!(json!(&item.label_details), json!({ "description": "add" }));

0 commit comments

Comments
 (0)