Skip to content

Commit

Permalink
Fix rootPath test
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Dec 6, 2019
1 parent 5bc80f3 commit a416c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ suite('workspace-namespace', () => {
teardown(closeAllEditors);

test('rootPath', () => {
assert.ok(pathEquals(vscode.workspace.rootPath!, join(__dirname, '../../testWorkspace')));
assert.equal(vscode.workspace.rootPath, undefined);
});

test('workspaceFile', () => {
Expand Down

0 comments on commit a416c77

Please sign in to comment.