fix: hardcoded lengte weg
This commit is contained in:
		
							parent
							
								
									67cf87dc9b
								
							
						
					
					
						commit
						537b1e23ee
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -111,7 +111,7 @@ describe('Teacher controllers', () => { | |||
|         const teacher = getTestleerkracht1(); | ||||
|         expect(result.teachers).toContain(teacher.username); | ||||
| 
 | ||||
|         expect(result.teachers).toHaveLength(5); | ||||
|         expect(result.teachers.length).toBeGreaterThan(0); | ||||
|     }); | ||||
| 
 | ||||
|     it('Deleting non-existent teacher', async () => { | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl