Skip to content

Commit b82a9b1

Browse files
committed
Force black extension load
1 parent 3845c65 commit b82a9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ts_tests/tests/common/minimal.smoke.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ suite('Smoke Tests', function () {
7373
const doc = await vscode.workspace.openTextDocument(path.join(TEST_PROJECT_DIR, 'myscript.py'));
7474
await vscode.window.showTextDocument(doc);
7575

76-
await ensureBlackExt();
76+
await ensureBlackExt(true);
7777

7878
const editor = vscode.window.activeTextEditor;
7979
assert.ok(editor, 'No active editor');

0 commit comments

Comments
 (0)