test(backend): Test voor AttachmentRepository toegevoegd.

Ook bug in getter voor AttachmentRepository opgelost.
This commit is contained in:
Gerald Schmittinger 2025-03-09 09:24:06 +01:00
parent 1417907933
commit fb2d293b57
2 changed files with 88 additions and 1 deletions

View file

@ -116,4 +116,4 @@ export const getLearningPathRepository = repositoryGetter<
export const getAttachmentRepository = repositoryGetter<
Attachment,
AttachmentRepository
>(Assignment);
>(Attachment);