style: verkeerde naamgeving opgelost
This commit is contained in:
parent
d6f0c0e0fc
commit
6cd4a20df9
1 changed files with 11 additions and 11 deletions
|
@ -23,17 +23,17 @@ describe('AttachmentRepository', () => {
|
||||||
expect(true);
|
expect(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
// it('should return the requested attachment', async () => {
|
it('should return the requested attachment', async () => {
|
||||||
// const id = new LearningObjectIdentifier('id02', Language.English, '1');
|
const id = new LearningObjectIdentifier('id02', Language.English, '1');
|
||||||
// const learningObject =
|
const learningObject =
|
||||||
// await LearningObjectRepository.findByIdentifier(id);
|
await LearningObjectRepository.findByIdentifier(id);
|
||||||
|
|
||||||
// const attachment =
|
const attachment =
|
||||||
// await AttachmentRepository.findByLearningObjectAndNumber(
|
await AttachmentRepository.findByLearningObjectAndNumber(
|
||||||
// learningObject!,
|
learningObject!,
|
||||||
// 1
|
1
|
||||||
// );
|
);
|
||||||
|
|
||||||
// expect(attachment).toBeTruthy();
|
expect(attachment).toBeTruthy();
|
||||||
// });
|
});
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue