Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mocks not compatible with Dart 2.15 causing test failures (cfug#1847
) * revert mockito version and mocks This PR just reverts some recent changes to mocks which are not supported on Dart 2.15 and cause some CI tests to fail. The test failures have gone unnoticed due to all the noise around httpbin not working. When merging this change to the 6.0.0 branch, we need to make sure to skip this. ### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [x] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [x] I have updated this branch with the latest `main` branch to avoid conflicts (via merge from master or rebase) - [ ] I have added the required tests to prove the fix/feature I'm adding - [ ] I have updated the documentation (if necessary) - [x] I have run the tests without failures - [ ] I have updated the `CHANGELOG.md` in the corresponding package
- Loading branch information