Skip to content

Commit 182c971

Browse files
Update tests/sqlparser_postgres.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent bbc7f4e commit 182c971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6770,7 +6770,7 @@ fn parse_drop_operator() {
67706770
// Test DROP OPERATOR with NONE for prefix operator
67716771
let sql = "DROP OPERATOR ~ (NONE, BIT)";
67726772
assert_eq!(
6773-
pg().verified_stmt(sql),
6773+
pg_and_generic().verified_stmt(sql),
67746774
Statement::DropOperator(DropOperator {
67756775
if_exists: false,
67766776
operators: vec![DropOperatorSignature {

0 commit comments

Comments
 (0)