test(ci): stabilize hidden failures
Build & Deploy PluriWave / Análisis de código (push) Failing after 13m34s
Build & Deploy PluriWave / Build APK + AAB release (push) Has been skipped

This commit is contained in:
2026-05-28 23:37:51 +02:00
parent e47c0a88e0
commit cf994757a4
5 changed files with 187 additions and 120 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ void main() {
retryDelay: Duration.zero,
);
expect(
() => servicio.obtenerPopulares(limit: 1),
await expectLater(
servicio.obtenerPopulares(limit: 1),
throwsA(isA<Exception>()),
);
expect(intentos, 2);