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 a78fab1 commit 562b805Copy full SHA for 562b805
crates/pgt_hover/tests/hover_integration_tests.rs
@@ -443,6 +443,7 @@ async fn test_column_hover_with_quoted_column_name_with_table(test_db: PgPool) {
443
.await;
444
}
445
446
+#[sqlx::test(migrator = "pgt_test_utils::MIGRATIONS")]
447
async fn test_policy_table_hover(test_db: PgPool) {
448
let setup = r#"
449
create table users (
0 commit comments