Skip to content

Commit 62c5361

Browse files
authored
Fixed minor issue with new tests
1 parent f9ee4e6 commit 62c5361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/singlestoredb.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ describe('SingleStoreDbFormatter', () => {
9494
SELECT
9595
1 :> DOUBLE AS foo
9696
`);
97+
});
98+
it(`formats '!:>' type-cast operator`, () => {
9799
expect(format(`SELECT 1 !:> DOUBLE AS foo`)).toBe(dedent`
98100
SELECT
99101
1 !:> DOUBLE AS foo

0 commit comments

Comments
 (0)