flutter-tdd-clean-architecture-course
flutter-tdd-clean-architecture-course copied to clipboard
block tests with flutter_bloc 7.0.0 failing
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));