From a43dda0507a2a2111fcc3887e5becd20ffc2703b Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 28 Jan 2022 17:05:37 +0700 Subject: [PATCH] TF - Use flutter_test instead of test library on pub.dev --- core/pubspec.yaml | 1 - pubspec.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 88fbe806f..5a7c2a415 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -73,7 +73,6 @@ dev_dependencies: flutter_test: sdk: flutter - test: 1.16.8 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index 100ffdd01..79517fd40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -128,8 +128,6 @@ dev_dependencies: build_runner: 2.0.5 - test: 1.16.8 - mockito: 5.0.10 hive_generator: 1.1.1