Skip to content

Commit dd80dc5

Browse files
data-douserCopilot
andauthored
Update extensions/vscode/test/suite/workspace-folder-change.integration.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nathan Randall <70299490+data-douser@users.noreply.github.com>
1 parent a576b4c commit dd80dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/vscode/test/suite/workspace-folder-change.integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ async function removeWorkspaceFolder(fsPath: string): Promise<void> {
6363
const changePromise = waitForWorkspaceFolderChange();
6464
const ok = vscode.workspace.updateWorkspaceFolders(idx, 1);
6565
assert.ok(ok, 'updateWorkspaceFolders (remove) returned false');
66+
assert.ok(ok, 'updateWorkspaceFolders (remove) returned false');
6667
await changePromise;
6768
}
6869

0 commit comments

Comments
 (0)