Skip to content

Commit 1d5cd06

Browse files
committed
🧪 Se añadieron test para el register y student lookup
1 parent a16841c commit 1d5cd06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/features/login/viewmodels/register_viewmodel_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void main() {
5050
test('Step 0: Search Student - Fallo si status no es PRE_REGISTRO', () async {
5151
final user = UserModel(
5252
id: '123',
53-
boleta: '2020123456',
53+
boleta: '2020640000',
5454
role: 'student',
5555
academies: ['INFORMATICA'],
5656
name: 'Test',

test/features/login/viewmodels/student_lookup_viewmodel_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void main() {
9090

9191
group('StudentLookupViewModel - Validate CURP', () {
9292
// Un CURP válido genérico para pruebas
93-
const validCurp = 'PEPJ900101HDFRRA01';
93+
const validCurp = 'PEPJ900101HDFRRC01';
9494

9595
test('Fallo: Formato de CURP inválido (Regex)', () async {
9696
final result = await viewModel.validateCurp('INVALIDO');

0 commit comments

Comments
 (0)