summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 d000973c0..d9f2f10cc 100644
--- a/tests/integration/lsp_tests.rs
+++ b/tests/integration/lsp_tests.rs
@@ -10628,7 +10628,7 @@ export function B() {
);
let diagnostics = client.read_diagnostics();
- assert_eq!(diagnostics.all().len(), 0);
+ assert_eq!(json!(diagnostics.all()), json!([]));
let res = client.write_request(
"textDocument/hover",