Skip to content

Commit 3f7ec89

Browse files
use files from main
1 parent 6467eb7 commit 3f7ec89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ pgls_workspace_macros = { path = "./crates/pgls_workspace_macros", version
9696
pgls_test_macros = { path = "./crates/pgls_test_macros" }
9797
pgls_test_utils = { path = "./crates/pgls_test_utils" }
9898

99-
10099
[profile.dev.package]
101100
insta.opt-level = 3

crates/pgls_completions/src/providers/roles.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ mod tests {
194194

195195
assert_complete_results(
196196
format!(
197-
r#"grant select
198-
on table public.users
197+
r#"grant select
198+
on table public.users
199199
to {}"#,
200200
QueryWithCursorPosition::cursor_marker()
201201
)

0 commit comments

Comments
 (0)