Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 17, 2023
1 parent c419f1c commit b920ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions packages/sql/test/__snapshots__/fixtures.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ END;

exports[`parser and printer > should format all fixtures > 334.sql 1`] = `
"SELECT
*
FROM
tbl
WHERE
foo = 'bar';
1::int;
"
`;

Expand Down
6 changes: 1 addition & 5 deletions packages/sql/test/fixtures/334.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
SELECT *
FROM
tbl
WHERE
foo = 'bar';
SELECT 1::int;

0 comments on commit b920ac4

Please sign in to comment.