Skip to content

Commit 64e9158

Browse files
cleanup
1 parent 7943dc4 commit 64e9158

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/pgls_completions/src/providers/columns.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ fn get_completion_text(ctx: &TreesitterContext, col: &Column) -> CompletionText
5050

5151
#[cfg(test)]
5252
mod tests {
53-
use pgls_test_utils::QueryWithCursorPosition;
53+
5454
use sqlx::PgPool;
5555

56-
use crate::test_helper::{
57-
TestCompletionsCase, TestCompletionsSuite, assert_no_complete_results,
58-
};
56+
use crate::test_helper::{TestCompletionsCase, TestCompletionsSuite};
5957

6058
#[sqlx::test(migrator = "pgls_test_utils::MIGRATIONS")]
6159
async fn handles_nested_queries(pool: PgPool) {

0 commit comments

Comments
 (0)