Skip to content

Commit

Permalink
Fix build error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Oct 9, 2024
1 parent ab8dd02 commit 639ab3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
PackageNode,
} from "../../../src/ui/PackageDependencyProvider";
import { folderContextPromise, globalWorkspaceContextPromise } from "../extension.test";
import { executeTaskAndWaitForResult, waitForNoRunningTasks } from "../../utilities";
import { executeTaskAndWaitForResult, waitForNoRunningTasks } from "../../utilities/tasks";
import { getBuildAllTask, SwiftTask } from "../../../src/tasks/SwiftTaskProvider";
import { testAssetPath } from "../../fixtures";
import { Version } from "../../../src/utilities/version";
Expand Down

0 comments on commit 639ab3a

Please sign in to comment.