diff --git a/pkgs/unified_analytics/test/event_test.dart b/pkgs/unified_analytics/test/event_test.dart index ad322a38..a9e6319a 100644 --- a/pkgs/unified_analytics/test/event_test.dart +++ b/pkgs/unified_analytics/test/event_test.dart @@ -627,7 +627,7 @@ void main() { expect(constructedEvent.eventData['inspectorTreeControllerId'], 123); expect(constructedEvent.eventData['androidAppId'], 'androidAppId'); expect(constructedEvent.eventData['iosBundleId'], 'iosBundleId'); - expect(constructedEvent.eventData.length, 29); + expect(constructedEvent.eventData.length, 30); }); test('Confirm all constructors were checked', () {