From 2ab4afc6b8e90f1315e0727c9b9c714c3667dc45 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 24 Aug 2024 01:21:21 +0100 Subject: refactor(lsp): changes for lsp_types 0.97.0 (#25169) --- tests/integration/npm_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/npm_tests.rs') diff --git a/tests/integration/npm_tests.rs b/tests/integration/npm_tests.rs index 86db962f4..9e4eb7efe 100644 --- a/tests/integration/npm_tests.rs +++ b/tests/integration/npm_tests.rs @@ -2090,7 +2090,7 @@ fn top_level_install_package_json_explicit_opt_in() { rm_created_files(); let mut client = test_context.new_lsp_command().build(); client.initialize_default(); - let file_uri = temp_dir.uri().join("file.ts").unwrap(); + let file_uri = temp_dir.url().join("file.ts").unwrap(); client.did_open(json!({ "textDocument": { "uri": file_uri, -- cgit v1.2.3