test(ci): stabilize hidden failures
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user