From 6d67fefb1bac9fa04044f29750e4d15383f71509 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 7 Apr 2021 14:12:51 +0200 Subject: [PATCH] Don't generate mocks for weight_provider_test.dart This is already done for the base test --- test/weight_provider_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/weight_provider_test.dart b/test/weight_provider_test.dart index 490bc11a..260034da 100644 --- a/test/weight_provider_test.dart +++ b/test/weight_provider_test.dart @@ -20,7 +20,6 @@ import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; import 'package:http/http.dart' as http; -import 'package:mockito/annotations.dart'; import 'package:mockito/mockito.dart'; import 'package:wger/models/body_weight/weight_entry.dart'; import 'package:wger/providers/body_weight.dart'; @@ -28,7 +27,6 @@ import 'package:wger/providers/body_weight.dart'; import 'base_provider_test.mocks.dart'; import 'utils.dart'; -@GenerateMocks([http.Client]) void main() { group('test body weight provider', () { test('Test that the weight entries are correctly loaded', () async {