From 6fb220634c876b6ffff505cd1bdcfd3e46fc2448 Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Tue, 25 Jan 2022 10:48:53 -0500 Subject: [PATCH] Removed test --- __tests__/run.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/__tests__/run.test.ts b/__tests__/run.test.ts index b44671d..5b09802 100644 --- a/__tests__/run.test.ts +++ b/__tests__/run.test.ts @@ -44,14 +44,6 @@ describe('run.ts', () => { expect(os.type).toBeCalled(); }); - test('getLatestHelmVersion() - return the latest version of HELM', async () => { - try{ - expect(run.getLatestHelmVersion()).toBe("v3.8.0"); - } catch (e){ - return e; - } - }); - test('getStableHelmVersion() - download stable version file, read version and return it', async () => { jest.spyOn(toolCache, 'downloadTool').mockResolvedValue('pathToTool'); const response = JSON.stringify(