test(backend): Test voor AttachmentRepository toegevoegd.
Ook bug in getter voor AttachmentRepository opgelost.
This commit is contained in:
parent
1417907933
commit
fb2d293b57
2 changed files with 88 additions and 1 deletions
|
|
@ -116,4 +116,4 @@ export const getLearningPathRepository = repositoryGetter<
|
|||
export const getAttachmentRepository = repositoryGetter<
|
||||
Attachment,
|
||||
AttachmentRepository
|
||||
>(Assignment);
|
||||
>(Attachment);
|
||||
|
|
|
|||
Reference in a new issue