diff --git a/__tests__/cache-save.test.ts b/__tests__/cache-save.test.ts index 64ef942..4e67894 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`);