Skip to content

Commit f24e78e

Browse files
Update __tests__/cache-save.test.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
1 parent 162ddf7 commit f24e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/cache-save.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe('run', () => {
153153
expect(setFailedSpy).not.toHaveBeenCalled();
154154
});
155155

156-
it('should not save cache for npm', async () => {
156+
it('should not save cache for pnpm', async () => {
157157
inputs['cache'] = 'pnpm';
158158
getStateSpy.mockImplementation(() => pnpmFileHash);
159159
getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/pnpm`);

0 commit comments

Comments
 (0)