File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import 'package:flutter/widgets.dart' show WidgetBuilder;
6
6
import 'package:instabug_flutter/src/generated/apm.api.g.dart' ;
7
7
import 'package:instabug_flutter/src/models/network_data.dart' ;
8
8
import 'package:instabug_flutter/src/utils/ibg_build_info.dart' ;
9
- import 'package:instabug_flutter/src/utils/ibg_date_time.dart' ;
10
9
import 'package:instabug_flutter/src/utils/instabug_logger.dart' ;
11
10
import 'package:instabug_flutter/src/utils/screen_loading/screen_loading_manager.dart' ;
12
11
import 'package:meta/meta.dart' ;
Original file line number Diff line number Diff line change @@ -197,16 +197,6 @@ void main() {
197
197
).called (1 );
198
198
});
199
199
200
- test ('[setPrimaryColor] should call setTheme method' , () async {
201
- const color = Color (0x00000000 );
202
-
203
- await Instabug .setPrimaryColor (color);
204
-
205
- verify (
206
- mHost.setTheme ({'primaryColor' : color.toString ()}),
207
- ).called (1 );
208
- });
209
-
210
200
test ('[setSessionProfilerEnabled] should call host method' , () async {
211
201
const enabled = true ;
212
202
You can’t perform that action at this time.
0 commit comments