Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
not-night-but committed Apr 24, 2024
1 parent 4facca2 commit e4f1677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tokenizer/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ describe('scan', () => {
[
['?', 'generic'],
['?', 'mysql'],
['?', 'sqlite'],
].forEach(([ch, dialect]) => {
it(`should only scan ${ch} from ${ch}1 for ${dialect}`, () => {
const input = `${ch}1`;
Expand Down

0 comments on commit e4f1677

Please sign in to comment.