Skip to content

Commit 26b1503

Browse files
committed
Downgrade mockito in Flutter and Dart SDKs
This fixes the CI because the mockito 5.4.1 doesn't work with our version of flutter_test
1 parent 66ae91f commit 26b1503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/dart/pubspec.yaml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
dev_dependencies:
1414
lints: ^2.0.1
1515
test: ^1.22.0
16-
mockito: ^5.4.2
16+
mockito: ^5.4.0

templates/flutter/pubspec.yaml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ dev_dependencies:
3232
flutter_lints: ^2.0.1
3333
flutter_test:
3434
sdk: flutter
35-
mockito: ^5.4.2
35+
mockito: ^5.4.0

0 commit comments

Comments
 (0)