File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import 'package:instabug_flutter/instabug_custom_http_client.dart';
1919import 'package:instabug_flutter/models/crash_data.dart' ;
2020import 'package:instabug_flutter/models/exception_data.dart' ;
2121import 'package:instabug_flutter/models/network_data.dart' ;
22- import 'package:instabug_flutter/utils/http_client_logger.dart' ;
2322import 'package:instabug_flutter/utils/platform_manager.dart' ;
2423import 'package:mockito/annotations.dart' ;
2524import 'package:mockito/mockito.dart' ;
@@ -75,8 +74,6 @@ void main() {
7574 status: status,
7675 );
7776
78- final HttpClientLogger logger = HttpClientLogger ();
79-
8077 setUpAll (() async {
8178 const MethodChannel ('instabug_flutter' )
8279 .setMockMethodCallHandler ((MethodCall methodCall) async {
You can’t perform that action at this time.
0 commit comments