Skip to content

Commit aebedca

Browse files
committed
Fix failing test case
1 parent 531d9a6 commit aebedca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ suite("SwiftTaskProvider Test Suite", () => {
7373
toolchain
7474
);
7575
const { exitCode } = await executeTaskAndWaitForResult(task);
76-
expect(exitCode).to.equal(1);
76+
expect(exitCode).to.not.equal(0);
7777
});
7878

7979
test("Exit code on failure to launch", async () => {

0 commit comments

Comments
 (0)