fix: .js + sendStatusMock in backend controller

This commit is contained in:
Gabriellvl 2025-03-30 22:58:08 +02:00
parent 44c242fc57
commit 82c2197950
8 changed files with 68 additions and 62 deletions

View file

@ -5,7 +5,7 @@ const controller = new TeacherController();
describe('TeacherController', () => {
const newTeacher = {
username: 'testteacher',
username: 'testteacher3',
firstName: 'Testy',
lastName: 'McTestface',
};