Skip to content

Commit

Permalink
length
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Sep 9, 2024
1 parent 92716bf commit fc52bcd
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 @@ -618,7 +618,7 @@ void main() {
expect(constructedEvent.eventData['rootSetCount'], 123);
expect(constructedEvent.eventData['rowCount'], 123);
expect(constructedEvent.eventData['inspectorTreeControllerId'], 123);
expect(constructedEvent.eventData.length, 27);
expect(constructedEvent.eventData.length, 28);
});

test('Confirm all constructors were checked', () {
Expand Down

0 comments on commit fc52bcd

Please sign in to comment.