diff options
Diffstat (limited to 'cli/lsp')
| -rw-r--r-- | cli/lsp/completions.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/lsp/completions.rs b/cli/lsp/completions.rs index b89aec6c9..0c27500e2 100644 --- a/cli/lsp/completions.rs +++ b/cli/lsp/completions.rs @@ -681,6 +681,7 @@ mod tests { &text_info, &Range { specifier: ModuleSpecifier::parse("https://deno.land").unwrap(), + text: "".to_string(), start: deno_graph::Position { line: 0, character: 0, @@ -705,6 +706,7 @@ mod tests { &text_info, &Range { specifier: ModuleSpecifier::parse("https://deno.land").unwrap(), + text: "".to_string(), start: deno_graph::Position { line: 0, character: 0, |
