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 9d77de0 commit 7724b2fCopy full SHA for 7724b2f
crates/pg_completions/src/test_helper.rs
@@ -17,7 +17,9 @@ pub(crate) async fn get_test_deps(
17
.await
18
.expect("Failed to execute setup query");
19
20
- let schema_cache = SchemaCache::load(&test_db).await;
+ let schema_cache = SchemaCache::load(&test_db)
21
+ .await
22
+ .expect("Failed to load Schema Cache");
23
24
let mut parser = tree_sitter::Parser::new();
25
parser
0 commit comments