Skip to content
Prev Previous commit
Next Next commit
Update __tests__/cache-save.test.ts
Co-authored-by: Konrad Pabjan <[email protected]>
  • Loading branch information
jacobwgillespie and konradpabjan authored Jul 14, 2021
commit f24e78e0f6461d5f307b67ef629bcb2d60daf667
2 changes: 1 addition & 1 deletion __tests__/cache-save.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down