We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d007789 commit 2b3a5c0Copy full SHA for 2b3a5c0
1 file changed
packages/builders/__tests__/messages/fileBody.test.ts
@@ -48,7 +48,7 @@ test('MessageBuilder.toFileBody returns JSON body and files', () => {
48
49
test('MessageBuilder.toFileBody returns empty files when attachments reference existing uploads', () => {
50
const msg = new MessageBuilder().addAttachments(
51
- new AttachmentBuilder().setId('12345678901234567890').setFilename('existing.png'),
+ new AttachmentBuilder().setId('1234567890123456789').setFilename('existing.png'),
52
);
53
54
const { body, files } = msg.toFileBody();
0 commit comments