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(() => {