From d4989cba2f635d3446270d89731a48a635fd8e08 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:40:08 +0000 Subject: [PATCH] string --- __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 75dd189d..0f57bc3f 100644 --- a/__tests__/cache-save.test.ts +++ b/__tests__/cache-save.test.ts @@ -295,7 +295,7 @@ describe('run', () => { expect(setFailedSpy).not.toHaveBeenCalled(); }); - it('save with -1 cacheId , should not fail workflow', async () => { + it('save with -1 cacheId, should not fail workflow', async () => { inputs['cache'] = 'npm'; getStateSpy.mockImplementation((name: string) => { if (name === State.CacheMatchedKey) {