Skip to content

Commit 51be4ee

Browse files
add todo comment
1 parent 004dae5 commit 51be4ee

File tree

1 file changed

+2
-1
lines changed
  • crates/pg_completions/src

1 file changed

+2
-1
lines changed

crates/pg_completions/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ mod tests {
124124
}
125125

126126
#[tokio::test]
127-
async fn test_complete_with_db() {
127+
async fn test_complete_three() {
128128
let test_db = get_new_test_db().await;
129129

130130
let setup = r#"
@@ -159,6 +159,7 @@ mod tests {
159159

160160
let result = complete(&p);
161161

162+
// TODO: actually assert that we get good autocompletion suggestions
162163
assert!(result.items.len() > 0);
163164
}
164165
}

0 commit comments

Comments
 (0)