Skip to content

Commit e4f1677

Browse files
committed
remove obsolete test
1 parent 4facca2 commit e4f1677

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tokenizer/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ describe('scan', () => {
305305
[
306306
['?', 'generic'],
307307
['?', 'mysql'],
308-
['?', 'sqlite'],
309308
].forEach(([ch, dialect]) => {
310309
it(`should only scan ${ch} from ${ch}1 for ${dialect}`, () => {
311310
const input = `${ch}1`;

0 commit comments

Comments
 (0)