fix: questionId map in teacher

This commit is contained in:
Gabriellvl 2025-04-01 17:56:33 +02:00
parent 38f423cb33
commit e99df80ba0
3 changed files with 22 additions and 12 deletions

View file

@ -189,7 +189,7 @@ describe('Student controllers', () => {
expect(result.requests.length).toBeGreaterThan(0);
});
it('Get join request by student', async () => {
it('Get join request by student and class', async () => {
req = {
params: { username: 'PinkFloyd', classId: 'id02' },
};