From 4b7aaecd5cad52f1ccc21614ca563f2b356556c9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:37:46 -0500 Subject: [PATCH] spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- __tests__/cache-restore.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {