fix(authentication)!: use correct usecase and result

This commit is contained in:
2024-03-29 21:02:06 +01:00
parent 283bf80243
commit cca7b29a6d
15 changed files with 43 additions and 45 deletions
@@ -406,7 +406,7 @@ void main() {
email: any(named: 'email'),
password: any(named: 'password'),
),
).thenAnswer((_) async => const Err(ServerException()));
).thenAnswer((_) async => Err(const ServerException()));
when(
() => formRepository.accessForm(AuthFormName.signUpForm),
).thenAnswer(