Skip to content

Commit

Permalink
Downgrade mockito in Flutter and Dart SDKs
Browse files Browse the repository at this point in the history
This fixes the CI because the mockito 5.4.1 doesn't
work with our version of flutter_test
  • Loading branch information
stnguyen90 committed Jun 23, 2023
1 parent 66ae91f commit 26b1503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/dart/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
dev_dependencies:
lints: ^2.0.1
test: ^1.22.0
mockito: ^5.4.2
mockito: ^5.4.0
2 changes: 1 addition & 1 deletion templates/flutter/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
mockito: ^5.4.2
mockito: ^5.4.0

0 comments on commit 26b1503

Please sign in to comment.