From e68a241946f8fd6602b9d1a99c4b8fa7ead159ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 25 Nov 2021 02:10:12 +0100 Subject: chore: upgrade lspower to 1.4.0 (#12894) --- cli/tests/integration/lsp_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 796130083..718f73311 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -179,7 +179,7 @@ fn lsp_tsconfig_bad_config_path() { let (method, maybe_params) = client.read_notification().unwrap(); assert_eq!(method, "window/showMessage"); assert_eq!(maybe_params, Some(lsp::ShowMessageParams { - typ: lsp::MessageType::Warning, + typ: lsp::MessageType::WARNING, message: "The path to the configuration file (\"bad_tsconfig.json\") is not resolvable.".to_string() })); let diagnostics = did_open( @@ -3118,7 +3118,7 @@ fn lsp_diagnostics_warn() { character: 60 } }, - severity: Some(lsp::DiagnosticSeverity::Warning), + severity: Some(lsp::DiagnosticSeverity::WARNING), code: Some(lsp::NumberOrString::String("deno-warn".to_string())), source: Some("deno".to_string()), message: "foobar".to_string(), -- cgit v1.2.3