Skip to content

Commit

Permalink
Bump eventsAccountedForInTests
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Nov 1, 2023
1 parent 62e4629 commit 71c1d9c
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 @@ -387,7 +387,7 @@ void main() {

// Change this integer below if your PR either adds or removes
// an Event constructor
final eventsAccountedForInTests = 18;
final eventsAccountedForInTests = 19;
expect(eventsAccountedForInTests, constructorCount,
reason: 'If you added or removed an event constructor, '
'ensure you have updated '
Expand Down

0 comments on commit 71c1d9c

Please sign in to comment.