We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e28d9 commit 7f68456Copy full SHA for 7f68456
crates/pgls_workspace/src/workspace/server.tests.rs
@@ -191,9 +191,8 @@ async fn correctly_ignores_files() {
191
});
192
193
assert!(
194
- diagnostics_result.is_ok_and(|res| res.diagnostics.is_empty()
195
- && res.errors == 0
196
- && res.skipped_diagnostics == 0)
+ diagnostics_result
+ .is_ok_and(|res| res.diagnostics.is_empty() && res.skipped_diagnostics == 0)
197
);
198
199
let close_file_result =
0 commit comments