From f24e78e0f6461d5f307b67ef629bcb2d60daf667 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Wed, 14 Jul 2021 13:01:18 +0100 Subject: [PATCH] Update __tests__/cache-save.test.ts Co-authored-by: Konrad Pabjan --- __tests__/cache-save.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/cache-save.test.ts b/__tests__/cache-save.test.ts index 64ef942c..4e678945 100644 --- a/__tests__/cache-save.test.ts +++ b/__tests__/cache-save.test.ts @@ -153,7 +153,7 @@ describe('run', () => { expect(setFailedSpy).not.toHaveBeenCalled(); }); - it('should not save cache for npm', async () => { + it('should not save cache for pnpm', async () => { inputs['cache'] = 'pnpm'; getStateSpy.mockImplementation(() => pnpmFileHash); getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/pnpm`);