diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
-rw-r--r-- | cli/tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 38d44b51f..f123f71a3 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -6077,7 +6077,7 @@ Deno.test({ } }); "#; - fs::write(&module_path, &contents).unwrap(); + fs::write(&module_path, contents).unwrap(); fs::write(temp_dir.path().join("./deno.jsonc"), r#"{}"#).unwrap(); params.root_uri = Some(root_specifier); |