Skip to content

Commit 133ccee

Browse files
award999michael-weng
authored andcommitted
Some more plugin task test fixes
1 parent de37514 commit 133ccee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration-tests/tasks/SwiftPluginTaskProvider.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ suite("SwiftPluginTaskProvider Test Suite", () => {
3333
suiteSetup(async () => {
3434
workspaceContext = await globalWorkspaceContextPromise;
3535
folderContext = await folderContextPromise("command-plugin");
36-
expect(workspaceContext.folders).to.have.lengthOf(0);
3736
await folderContext.loadSwiftPlugins();
3837
expect(workspaceContext.folders).to.not.have.lengthOf(0);
3938
});

0 commit comments

Comments
 (0)