Skip to content

Commit b97d5f7

Browse files
Update tests/sqlparser_postgres.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 2664ac9 commit b97d5f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sqlparser_postgres.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6725,7 +6725,6 @@ fn parse_foreign_key_match_partial() {
67256725
constraints,
67266726
..
67276727
}) => {
6728-
// Check column-level foreign key with MATCH PARTIAL
67296728
assert_eq!(columns[0].name.value, "order_id");
67306729
match &columns[0].options[1].option {
67316730
ColumnOption::ForeignKey(constraint) => {

0 commit comments

Comments
 (0)