We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2f114 commit 31db9a7Copy full SHA for 31db9a7
test/api_service_test.dart
@@ -17,17 +17,13 @@ class MockMethodChannel extends Mock implements MethodChannel {}
17
void main() {
18
TestWidgetsFlutterBinding.ensureInitialized();
19
20
- // unused variable. used to mock the initiation of HTTPClient
21
- late MockHttpClient mockHttpClient;
22
databaseFactory = databaseFactoryFfi;
23
24
setUpAll(() {
25
sqfliteFfiInit();
26
});
27
28
- setUp(() {
29
- mockHttpClient = MockHttpClient();
30
- });
+ setUp(() {});
31
32
group('Tasks model', () {
33
test('fromJson creates Tasks object', () {
0 commit comments