diff --git a/crates/pgt_hover/tests/hover_integration_tests.rs b/crates/pgt_hover/tests/hover_integration_tests.rs index 9882e6b6b..344d33dff 100644 --- a/crates/pgt_hover/tests/hover_integration_tests.rs +++ b/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) { .await; } +#[sqlx::test(migrator = "pgt_test_utils::MIGRATIONS")] async fn test_policy_table_hover(test_db: PgPool) { let setup = r#" create table users (