Don't generate mocks for weight_provider_test.dart

This is already done for the base test
This commit is contained in:
Roland Geider
2021-04-07 14:12:51 +02:00
parent 957f4f5f97
commit 6d67fefb1b

View File

@@ -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 {