Skip to content

Commit

Permalink
fix: mistake for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhwang91 committed May 28, 2022
1 parent faee6cf commit f9cdcfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/core/workspaceFolder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ describe('WorkspaceFolderController', () => {
expect(e.removed.length).toBe(1)
expect(e.added.length).toBe(1)
})
})

describe('removeWorkspaceFolder()', () => {
it('should remote workspaceFolder', async () => {
let e: WorkspaceFoldersChangeEvent
disposables.push(workspaceFolder.onDidChangeWorkspaceFolders(ev => {
Expand Down

0 comments on commit f9cdcfe

Please sign in to comment.