Skip to content

Commit

Permalink
Format cache-save.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed Jun 27, 2022
1 parent 73ea510 commit bcb9f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/cache-save.test.ts
Expand Up @@ -294,7 +294,7 @@ describe('run', () => {
);
expect(setFailedSpy).not.toHaveBeenCalled();
});

it('save with -1 cacheId , should not fail workflow', async () => {
inputs['cache'] = 'npm';
getStateSpy.mockImplementation((name: string) => {
Expand Down

0 comments on commit bcb9f31

Please sign in to comment.