Fix broken unit tests

This commit is contained in:
Nate Kelley 2025-10-08 17:40:16 -06:00
parent cc9e269969
commit d95155a8e2
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ describe('createChatHandler', () => {
workspace_sharing: 'full_access',
workspace_member_count: 0,
individual_permissions: [],
screenshot_taken_at: null,
};
beforeEach(() => {

View File

@ -87,6 +87,7 @@ describe('chat-helpers', () => {
workspace_sharing: 'full_access',
workspace_member_count: 0,
individual_permissions: [],
screenshot_taken_at: null,
});
const mockMetricAssetMessage: Message = {