test: Fix merge

This commit is contained in:
Tibo De Peuter 2025-03-13 15:24:40 +01:00
parent 79393d6552
commit 1df27c2a98
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 30 additions and 33 deletions

View file

@ -8,7 +8,7 @@ export function makeTestAttachments(
): Array<Attachment> {
const attachment01 = em.create(Attachment, {
learningObject: learningObjects[1],
sequenceNumber: 1,
name: 'attachment01',
mimeType: '',
content: Buffer.from(''),
});