diff --git a/__tests__/cache-restore.test.ts b/__tests__/cache-restore.test.ts index 07dc97a..119c81c 100644 --- a/__tests__/cache-restore.test.ts +++ b/__tests__/cache-restore.test.ts @@ -51,7 +51,7 @@ describe('restoreCache', () => { ); }); - it('should inform if cache hit is not occured', async () => { + it('should inform if cache hit is not occurred', async () => { //Arrange hashFilesSpy.mockImplementation((somePath: string) => { return new Promise(resolve => { @@ -74,7 +74,7 @@ describe('restoreCache', () => { expect(infoSpy).toHaveBeenCalledWith(`Cache is not found`); }); - it('should set output if cache hit is occured', async () => { + it('should set output if cache hit is occurred', async () => { //Arrange hashFilesSpy.mockImplementation((somePath: string) => { return new Promise(resolve => {