Skip to content

Commit 307f690

Browse files
committed
✅ Se pasaron todos los test para el student_lookup y register viewmodel
1 parent 1d5cd06 commit 307f690

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/features/login/viewmodels/register_viewmodel_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ void main() {
5050
test('Step 0: Search Student - Fallo si status no es PRE_REGISTRO', () async {
5151
final user = UserModel(
5252
id: '123',
53+
name: 'Test',
54+
email: 'test@test.com',
55+
status: 'ACTIVO',
5356
boleta: '2020640000',
5457
role: 'student',
5558
academies: ['INFORMATICA'],
56-
name: 'Test',
57-
email: 'test@test.com',
58-
status: 'PRE_REGISTRO',
5959
);
6060

6161
when(mockAuthRepository.checkStudentStatus('2020640000'))

0 commit comments

Comments
 (0)