Skip to content

Commit 6b4771f

Browse files
Removed comment
1 parent 0c27997 commit 6b4771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("LearnMoreDescriptions cases",() => {
1111
const cxCommandOutput: CxCommandOutput = data;
1212
expect(cxCommandOutput.payload.length).toBeGreaterThan(0);
1313
})
14-
//comment
14+
1515
it('LearnMoreDescriptions Failure case', async () => {
1616
const auth = new CxWrapper(cxScanConfig);
1717
const data = await auth.learnMore("")

0 commit comments

Comments
 (0)