-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_test expect throws error on Right with List #45
Comments
Even code like this doesn't work :( |
@adamsmaka Your problem probably has nothing to do with Have a look at #39, the issue is the same. |
As @mateusfccp writes, this is expected behaviour of |
I did something like that and it works 🤔
Anyway thanks for answers! |
Yes, the test framework includes special treatment for naked |
Hi, I cannot test dartz Right value when type is a list.
The code above throws error:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: