Skip to content

Commit a1b2655

Browse files
committed
fix tests
1 parent d8f99de commit a1b2655

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

crates/squawk_parser/tests/data/ok/schemas.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ set foo = bar;
4646

4747
set schema 'foo';
4848

49-
set catalog 'foo';
50-
5149
set xml option document;
5250
set xml option content;
5351

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
set catalog 'foo';

crates/squawk_parser/tests/snapshots/tests__schemas_ok.snap

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,6 @@ SOURCE_FILE
424424
STRING "'foo'"
425425
SEMICOLON ";"
426426
WHITESPACE "\n\n"
427-
SET
428-
SET_KW "set"
429-
WHITESPACE " "
430-
CATALOG_KW "catalog"
431-
WHITESPACE " "
432-
LITERAL
433-
STRING "'foo'"
434-
SEMICOLON ";"
435-
WHITESPACE "\n\n"
436427
SET
437428
SET_KW "set"
438429
WHITESPACE " "

0 commit comments

Comments
 (0)