Skip to content

Commit fd501c9

Browse files
changed message
1 parent b4c3b11 commit fd501c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/EngineTest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("EngineListAPI cases", () => {
1212
expect(cxCommandOutput.exitCode).toBe(0);
1313
});
1414

15-
it('EngineListAPI Successful case with enegine name sast', async () => {
15+
it('EngineListAPI Successful case with engine name sast', async () => {
1616
const auth = new CxWrapper(cxEngineConfig);
1717
const engineName = 'sast';
1818
const cxCommandOutput: CxCommandOutput = await auth.enginesApiList(engineName);
@@ -22,7 +22,7 @@ describe("EngineListAPI cases", () => {
2222
expect(cxCommandOutput.exitCode).toBe(0);
2323
})
2424

25-
it('EngineListAPI Successful case with enegine name sca', async () => {
25+
it('EngineListAPI Successful case with engine name sca', async () => {
2626
const auth = new CxWrapper(cxEngineConfig);
2727
const engineName = 'sca';
2828
const cxCommandOutput: CxCommandOutput = await auth.enginesApiList(engineName);

0 commit comments

Comments
 (0)