Skip to content

Commit e1ba582

Browse files
committed
progress
1 parent d51b9ca commit e1ba582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/workspace/server/pg_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ mod tests {
138138
let result = convert_to_positional_params(input);
139139
assert_eq!(
140140
result,
141-
"select * from users where id = $1 and name = $2 and email = $3;"
141+
"select * from users where id = $1 and name = $2 and email = $3 ;"
142142
);
143143
}
144144

0 commit comments

Comments
 (0)