Skip to content

Commit d8d78b6

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

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
@@ -6734,7 +6734,6 @@ fn parse_foreign_key_match_partial() {
67346734
_ => panic!("Expected ColumnOption::ForeignKey"),
67356735
}
67366736

6737-
// Check table-level foreign key constraint with MATCH PARTIAL
67386737
match &constraints[0] {
67396738
TableConstraint::ForeignKey(constraint) => {
67406739
assert_eq!(constraint.foreign_table.to_string(), "customers");

0 commit comments

Comments
 (0)