Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Dec 20, 2024
1 parent 319664e commit a95c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rascal-vscode-extension/src/test/vscode-suite/ide.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('IDE', function () {
await fs.mkdir(newDir, {recursive: true});

const explorer = await (await bench.getActivityBar().getViewControl("Explorer"))!.openView();
await bench.executeCommand("workbench.files.action.refreshFilesExplorer")
await bench.executeCommand("workbench.files.action.refreshFilesExplorer");
const workspace = await explorer.getContent().getSection("test (Workspace)");
await workspace.expand();

Expand Down

0 comments on commit a95c34b

Please sign in to comment.