Skip to content

Commit e919b62

Browse files
committed
update test
1 parent 0163621 commit e919b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/CxInstallerTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("CxInstaller checkExecutableExists cases", () => {
5555
await cxInstallerWindows.downloadIfNotInstalledCLI();
5656
});
5757

58-
it('CxInstaller checkExecutableExists Windows Successful case', () => {
58+
it('CxInstaller checkExecutableExists Windows Fail case', () => {
5959
const exists = cxInstallerWindows.checkExecutableExists();
6060
expect(exists).toBe(false);
6161

0 commit comments

Comments
 (0)