Skip to content

Commit 46ad86a

Browse files
ok
1 parent f9f2502 commit 46ad86a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/pgt_completions/src/providers/columns.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ pub fn complete_columns<'a>(ctx: &CompletionContext<'a>, builder: &mut Completio
2727
mod tests {
2828
use crate::{
2929
CompletionItem, CompletionItemKind, complete,
30-
test_helper::{
31-
CURSOR_POS, InputQuery, get_test_deps, get_test_params, test_against_connection_string,
32-
},
30+
test_helper::{CURSOR_POS, InputQuery, get_test_deps, get_test_params},
3331
};
3432

3533
struct TestCase {

0 commit comments

Comments
 (0)