Skip to content

Commit

Permalink
Fix failing test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Feb 10, 2025
1 parent 462fadf commit e61dea7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit-tests/tasks/SwiftTaskProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ suite("SwiftTaskProvider Unit Test Suite", () => {
test("include sdk flags", () => {
buildFlags.withAdditionalFlags
.withArgs(match(["build"]))
.returns(["build", "--sdk", "/path/to/sdk"]);
buildFlags.withSwiftPackageFlags
.withArgs(match(["build", "--sdk", "/path/to/sdk"]))
.returns(["build", "--sdk", "/path/to/sdk", "--replace-scm-with-registry"]);
const task = createSwiftTask(
["build"],
Expand Down

0 comments on commit e61dea7

Please sign in to comment.