Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx committed Nov 11, 2021
1 parent abc974f commit c745ea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/ScanTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {BaseTest} from "./BaseTest";
describe("ScanCreate cases",() => {
const cxScanConfig = new BaseTest();

it('ScanList Successful case', async () => {
});

it('ScanList Successful case', async () => {
const auth = new CxWrapper(cxScanConfig);
const cxCommandOutput: CxCommandOutput = await auth.scanList("");
Expand Down

0 comments on commit c745ea8

Please sign in to comment.