chore: format cloud runner github checks test

This commit is contained in:
Frostebite
2025-08-02 20:15:17 +01:00
parent 44586b3388
commit b924651eb9
@@ -27,9 +27,7 @@ describe('Cloud Runner Github Checks', () => {
status: 200, status: 200,
data: {}, data: {},
}); });
jest jest.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow').mockResolvedValue(undefined);
.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow')
.mockResolvedValue(undefined);
}); });
afterEach(() => { afterEach(() => {