Skip to content

Commit

Permalink
fix integration tests, branch required
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx committed Nov 10, 2021
1 parent e17bfa2 commit 6bfccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ResultTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("Results cases",() => {
const cxCommandOutput: CxCommandOutput = data
let sampleId = cxCommandOutput.payload.pop().ID;
const written = await auth.getResultsList(sampleId)
expect(written.payload.length).toBeGreaterThan(0);
expect(written.status).toEqual("");
});

it('Result summary html file generation successful case', async () => {
Expand Down

0 comments on commit 6bfccc6

Please sign in to comment.