ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
1.99k stars 623 forks source link

block tests with flutter_bloc 7.0.0 failing #41

Open rao-subba-venkata opened 3 years ago

rao-subba-venkata commented 3 years ago

Hello,

BLOC tests are failing after upgrading flutter_bloc to 7.0.0. Tried several options and searched web. Did not find suitable answer. Can you please suggest a fix ?

Here is an example test name:

should emit [Error] when the input is invalid

Fails for this expectLater(bloc, emitsInOrder(expected));