mirror of https://github.com/buster-so/buster.git
Fix broken unit tests
This commit is contained in:
parent
cc9e269969
commit
d95155a8e2
|
@ -110,6 +110,7 @@ describe('createChatHandler', () => {
|
||||||
workspace_sharing: 'full_access',
|
workspace_sharing: 'full_access',
|
||||||
workspace_member_count: 0,
|
workspace_member_count: 0,
|
||||||
individual_permissions: [],
|
individual_permissions: [],
|
||||||
|
screenshot_taken_at: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
|
@ -87,6 +87,7 @@ describe('chat-helpers', () => {
|
||||||
workspace_sharing: 'full_access',
|
workspace_sharing: 'full_access',
|
||||||
workspace_member_count: 0,
|
workspace_member_count: 0,
|
||||||
individual_permissions: [],
|
individual_permissions: [],
|
||||||
|
screenshot_taken_at: null,
|
||||||
});
|
});
|
||||||
|
|
||||||
const mockMetricAssetMessage: Message = {
|
const mockMetricAssetMessage: Message = {
|
||||||
|
|
Loading…
Reference in New Issue