You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
The text was updated successfully, but these errors were encountered:
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));
The text was updated successfully, but these errors were encountered: