Skip to content

Commit 5869f6f

Browse files
committed
fix formatting
1 parent 04dec02 commit 5869f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/ScanTest.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import {BaseTest} from "./BaseTest";
66
describe("ScanCreate cases",() => {
77
const cxScanConfig = new BaseTest();
88

9+
it('ScanList Successful case', async () => {
10+
});
11+
912
it('ScanList Successful case', async () => {
1013
const auth = new CxWrapper(cxScanConfig);
1114
const cxCommandOutput: CxCommandOutput = await auth.scanList("");

0 commit comments

Comments
 (0)