From ed14915cbafc4e4fe428fa123dbb0215ef556cc3 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Fri, 26 Apr 2024 04:37:20 +0000 Subject: [PATCH 1/2] Replace mockito with mocktail --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d3550c91..74cb468c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: build_test: ^2.1.3 dart_style: ^2.0.3 dependency_validator: ^3.1.2 - mockito: ^5.0.14 + mocktail: ^1.0.3 test: ^1.17.10 test_descriptor: ^2.0.0 uuid: ^3.0.5 From 7d96e463c757efb9d0a7093ccb3d987347a86f19 Mon Sep 17 00:00:00 2001 From: tusharmathur-wk Date: Wed, 15 May 2024 15:24:58 +0530 Subject: [PATCH 2/2] fixed the dependency issue --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e8e28a2b..a05b1a17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,7 +32,6 @@ dev_dependencies: build_test: ^2.1.3 dart_style: ^2.0.3 dependency_validator: ^3.1.2 - mocktail: ^1.0.3 test: ^1.17.10 test_descriptor: ^2.0.0 uuid: ^3.0.5