diff --git a/example/integration_test/event_tests/event_test.dart b/example/integration_test/event_tests/event_test.dart index 997e3644..9324f0b7 100644 --- a/example/integration_test/event_tests/event_test.dart +++ b/example/integration_test/event_tests/event_test.dart @@ -15,11 +15,6 @@ void main() { await generateEvents(); // Generate some events - if (Platform.isIOS) { - expectedSegmentation['nestedList'] = []; - expectedSegmentation['mapList'] = []; - } - // Get request and event queues from native side List requestList = await getRequestQueue(); // List of strings List eventList = await getEventQueue(); // List of json objects diff --git a/example/integration_test/event_tests/event_utils.dart b/example/integration_test/event_tests/event_utils.dart index 70e2b575..70e14453 100644 --- a/example/integration_test/event_tests/event_utils.dart +++ b/example/integration_test/event_tests/event_utils.dart @@ -45,6 +45,8 @@ var expectedSegmentation = { 'boolList': boolList, 'mixedList': mixedList, 'normalString': 'normalString', + 'nestedList' : [], + 'mapList' : [], 'normalInt': 1, 'normalDouble': 1.1, 'normalBool': true, diff --git a/example/integration_test/event_tests/notes.md b/example/integration_test/event_tests/notes.md index a637c1b7..6001a951 100644 --- a/example/integration_test/event_tests/notes.md +++ b/example/integration_test/event_tests/notes.md @@ -2,6 +2,5 @@ Android * 0 duration not appearing -* not leaving keys after clearing unsupported segmentation values iOS * no orientation event