From b924651eb976061dd98771e48465ddf6b8b035f9 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 2 Aug 2025 20:15:17 +0100 Subject: [PATCH] chore: format cloud runner github checks test --- .../cloud-runner/tests/cloud-runner-github-checks.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts b/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts index 440eec20..b2991800 100644 --- a/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts @@ -27,9 +27,7 @@ describe('Cloud Runner Github Checks', () => { status: 200, data: {}, }); - jest - .spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow') - .mockResolvedValue(undefined); + jest.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow').mockResolvedValue(undefined); }); afterEach(() => {