Skip to content

Commit 5b22143

Browse files
committed
chore(vscode): reenable quickfix test
1 parent 9eba5c1 commit 5b22143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/extension/tests/quickfix.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { test, expect } from './fixtures'
99
import { createPythonInterpreterSettingsSpecifier } from './utils_code_server'
1010

11-
test.fixme(
11+
test(
1212
'noselectstar quickfix',
1313
async ({ page, sharedCodeServer, tempDir }) => {
1414
await fs.copy(SUSHI_SOURCE_PATH, tempDir)

0 commit comments

Comments
 (0)