Update test for attachment metadata
This commit is contained in:
@@ -40,7 +40,7 @@ describe('Message', () => {
|
||||
}],
|
||||
hasAttachments: 1,
|
||||
hasVisualMediaAttachments: 1,
|
||||
hasFileAttachments: undefined,
|
||||
hasFileAttachments: 0,
|
||||
};
|
||||
|
||||
const actual = await Message.initializeAttachmentMetadata(input);
|
||||
|
Reference in New Issue
Block a user