Skip to content

Commit 924f1d9

Browse files
committed
fix: formatting
1 parent 61da816 commit 924f1d9

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

lib/src/modules/apm.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'package:flutter/widgets.dart' show WidgetBuilder;
66
import 'package:instabug_flutter/src/generated/apm.api.g.dart';
77
import 'package:instabug_flutter/src/models/network_data.dart';
88
import 'package:instabug_flutter/src/utils/ibg_build_info.dart';
9-
import 'package:instabug_flutter/src/utils/ibg_date_time.dart';
109
import 'package:instabug_flutter/src/utils/instabug_logger.dart';
1110
import 'package:instabug_flutter/src/utils/screen_loading/screen_loading_manager.dart';
1211
import 'package:meta/meta.dart';

test/instabug_test.dart

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,6 @@ void main() {
197197
).called(1);
198198
});
199199

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-
210200
test('[setSessionProfilerEnabled] should call host method', () async {
211201
const enabled = true;
212202

0 commit comments

Comments
 (0)