Skip to content

Commit 898ac25

Browse files
fixed test cases
1 parent f620a2c commit 898ac25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/ResultTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("Results cases",() => {
2020
const cxCommandOutput: CxCommandOutput = await auth.scanList("statuses=Completed");
2121
const sampleId = cxCommandOutput.payload.pop().id;
2222

23-
auth.getResults(sampleId,"json","jsonList", ".", "jswrapper").then(() => {
23+
auth.getResults(sampleId,"json","jsonList", "jswrapper").then(() => {
2424
fileExists("./jsonList.json").then(file => expect(file).toBe(true));
2525
});
2626
});

0 commit comments

Comments
 (0)