Skip to content

Commit 562b805

Browse files
fix: unused test (#519)
1 parent a78fab1 commit 562b805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pgt_hover/tests/hover_integration_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ async fn test_column_hover_with_quoted_column_name_with_table(test_db: PgPool) {
443443
.await;
444444
}
445445

446+
#[sqlx::test(migrator = "pgt_test_utils::MIGRATIONS")]
446447
async fn test_policy_table_hover(test_db: PgPool) {
447448
let setup = r#"
448449
create table users (

0 commit comments

Comments
 (0)