Skip to content

Commit a9a1ba9

Browse files
alban bertoliniclaude
andcommitted
fix(agent): add getCollectionId to activity logs mock in test factory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c5c9c60 commit a9a1ba9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/agent/test/__factories__/forest-admin-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const forestAdminClientFactory = ForestAdminClientFactory.define(() => ({
5252
activityLogsService: {
5353
createActivityLog: jest.fn(),
5454
updateActivityLogStatus: jest.fn(),
55+
getCollectionId: jest.fn().mockResolvedValue(null),
5556
},
5657
subscribeToServerEvents: jest.fn(),
5758
close: jest.fn(),

0 commit comments

Comments
 (0)