Skip to content

Commit

Permalink
chore: refine test
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 27, 2024
1 parent 5c6cbac commit 9390a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extensions/save-helper/src/test/1.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { EditorView } from '@codemirror/view'
import { EditorState } from '@codemirror/state'

import { saveHelper } from '../'
import { saveHelper } from '..'

const LINE_1 = `USE sp500insight;`
const LINE_2 = `SELECT * from companies LIMIT 10;`
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/sql-parser/src/test/1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EditorView } from '@codemirror/view'
import { EditorState } from '@codemirror/state'
import { MySQL, sql } from '@codemirror/lang-sql'

import { sqlParser, getSqlStatements, getNearbyStatement } from '../'
import { sqlParser, getSqlStatements, getNearbyStatement } from '..'

const LINE_1 = `USE sp500insight;`
const LINE_2 = `SELECT sector, industry, COUNT(*) AS companies
Expand Down

0 comments on commit 9390a7d

Please sign in to comment.