Skip to content

Commit

Permalink
Fixed minor issue with new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TitoGrine committed Nov 21, 2022
1 parent f9ee4e6 commit 62c5361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/singlestoredb.test.ts
Expand Up @@ -94,6 +94,8 @@ describe('SingleStoreDbFormatter', () => {
SELECT
1 :> DOUBLE AS foo
`);
});
it(`formats '!:>' type-cast operator`, () => {
expect(format(`SELECT 1 !:> DOUBLE AS foo`)).toBe(dedent`
SELECT
1 !:> DOUBLE AS foo
Expand Down

0 comments on commit 62c5361

Please sign in to comment.