Skip to content
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

Downgrade mockito in Flutter and Dart SDKs #682

Merged
merged 1 commit into from
Jun 25, 2023
Merged

Conversation

stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented Jun 23, 2023

What does this PR do?

This fixes the CI because the mockito 5.4.1 doesn't work with our version of flutter_test:

Because mockito >=5.4.1 depends on matcher ^0.12.15 and every version of flutter_test from sdk depends on matcher 0.12.13, mockito >=5.4.1 is incompatible with flutter_test from sdk.

Test Plan

CI tests for flutter should pass

Related PRs and Issues

None

Have you read the Contributing Guidelines on issues?

Yes

This fixes the CI because the mockito 5.4.1 doesn't
work with our version of flutter_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants