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 e17bfa2 commit 6bfccc6Copy full SHA for 6bfccc6
src/tests/ResultTest.test.ts
@@ -22,7 +22,7 @@ describe("Results cases",() => {
22
const cxCommandOutput: CxCommandOutput = data
23
let sampleId = cxCommandOutput.payload.pop().ID;
24
const written = await auth.getResultsList(sampleId)
25
- expect(written.payload.length).toBeGreaterThan(0);
+ expect(written.status).toEqual("");
26
});
27
28
it('Result summary html file generation successful case', async () => {
0 commit comments