fix: questionId map in teacher
This commit is contained in:
		
							parent
							
								
									38f423cb33
								
							
						
					
					
						commit
						e99df80ba0
					
				
					 3 changed files with 22 additions and 12 deletions
				
			
		|  | @ -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' }, | ||||
|         }; | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl