mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Don't generate mocks for weight_provider_test.dart
This is already done for the base test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user