Skip to content

Commit

Permalink
Need to comment out dispose since treeItem wont exist
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski committed Nov 16, 2022
1 parent 6885b5d commit 8ea4c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nightly/global.resource.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suiteTeardown(async function (this: Mocha.Context): Promise<void> {
await Promise.all(resourceGroupsToDelete.map(async resource => {
await beginDeleteResourceGroup(resource);
}));
ext.azureAccountTreeItem.dispose();
// ext.azureAccountTreeItem.dispose();
}
});

Expand Down

0 comments on commit 8ea4c83

Please sign in to comment.