Skip to content

Commit 9b4fe82

Browse files
xitepiffyio
andauthored
Update tests/sqlparser_oracle.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent d9e5bd7 commit 9b4fe82

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/sqlparser_oracle.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ fn test_insert_without_alias() {
517517
// check VALUES
518518
let sql = "INSERT INTO t VALUES (1)";
519519
let stmt = oracle_dialect.verified_stmt(sql);
520-
dbg!(&stmt);
521520
assert!(matches!(
522521
stmt,
523522
Statement::Insert(Insert {

0 commit comments

Comments
 (0)