From ecf58b329c1ea75793a82fa36b36d40898af7e26 Mon Sep 17 00:00:00 2001 From: hangyu Date: Mon, 23 Sep 2024 14:40:10 -0700 Subject: [PATCH] Update event_test.dart --- pkgs/unified_analytics/test/event_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () {