test: classes data

This commit is contained in:
laurejablonski 2025-04-27 11:12:21 +02:00
parent af0ee540dc
commit 44051e6343
3 changed files with 8 additions and 5 deletions

View file

@ -9,7 +9,6 @@ export const TEST_STUDENTS = [
{ username: 'SmashingPumpkins', firstName: 'Billy', lastName: 'Corgan' },
{ username: 'PinkFloyd', firstName: 'David', lastName: 'Gilmoure' },
{ username: 'TheDoors', firstName: 'Jim', lastName: 'Morisson' },
// ⚠️ Deze mag niet gebruikt worden in elke test!
{ username: 'Nirvana', firstName: 'Kurt', lastName: 'Cobain' },
// Makes sure when logged in as leerling1, there exists a corresponding user
{ username: 'testleerling1', firstName: 'Gerald', lastName: 'Schmittinger' },