We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531d9a6 commit aebedcaCopy full SHA for aebedca
test/integration-tests/tasks/SwiftTaskProvider.test.ts
@@ -73,7 +73,7 @@ suite("SwiftTaskProvider Test Suite", () => {
73
toolchain
74
);
75
const { exitCode } = await executeTaskAndWaitForResult(task);
76
- expect(exitCode).to.equal(1);
+ expect(exitCode).to.not.equal(0);
77
});
78
79
test("Exit code on failure to launch", async () => {
0 commit comments