summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2024-05-03 20:52:58 +0100
committerGitHub <noreply@github.com>2024-05-03 20:52:58 +0100
commit1fce59281c38c83c937c01ff92f8656da44ccada (patch)
tree7ffa1af160cbc39062f17b82a3ab57b61d0d77de /tests
parent02d0ff58d2bab24ebbd1e61afe6b571ff4c415af (diff)
refactor(lsp): cleanup cache and module registry update (#23620)
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/lsp_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs
index d9f2f10cc..faec27e1c 100644
--- a/tests/integration/lsp_tests.rs
+++ b/tests/integration/lsp_tests.rs
@@ -9041,7 +9041,7 @@ fn lsp_performance() {
"lsp.update_diagnostics_deps",
"lsp.update_diagnostics_lint",
"lsp.update_diagnostics_ts",
- "lsp.update_registries",
+ "lsp.update_global_cache",
"tsc.host.$getAssets",
"tsc.host.$getDiagnostics",
"tsc.host.$getSupportedCodeFixes",