Skip to content

Commit

Permalink
Update event_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyujin committed Sep 23, 2024
1 parent 4544ce9 commit ecf58b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/test/event_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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', () {
Expand Down

0 comments on commit ecf58b3

Please sign in to comment.