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 {