Skip to content

Commit 7b8022e

Browse files
committed
test(call-recorder): name the sweep scenario after what it asserts
1 parent 52d4d5c commit 7b8022e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/twenty-apps/public/call-recorder/src/__tests__/call-recorder-lifecycle.integration-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ describe('call recorder app lifecycle (integration)', () => {
984984
expect(recall.bots.size).toBe(0);
985985
});
986986

987-
it('sweeps upcoming meetings again when turned back on', async () => {
987+
it('enqueues the upcoming-events sweep when turned back on', async () => {
988988
vi.stubEnv(
989989
CALL_RECORDER_CALENDAR_BOT_SCHEDULING_ENABLED_ENV_VAR_NAME,
990990
'true',

0 commit comments

Comments
 (0)