Skip to content

Commit 98c65fe

Browse files
committed
test update
1 parent 26cbf52 commit 98c65fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/unified_analytics/lib/src/enums.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ enum DashEvent {
7373

7474
intellijPluginEvent(
7575
label: 'intellij_event',
76-
description: 'Information for Intellij Plugin events',
76+
description: 'Information for IntelliJ Plugin events',
7777
toolOwner: DashTool.intellijPlugins,
7878
),
7979

pkgs/unified_analytics/test/event_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ void main() {
802802

803803
// Change this integer below if your PR either adds or removes
804804
// an Event constructor
805-
final eventsAccountedForInTests = 31;
805+
final eventsAccountedForInTests = 32;
806806
expect(eventsAccountedForInTests, constructorCount,
807807
reason: 'If you added or removed an event constructor, '
808808
'ensure you have updated '

0 commit comments

Comments
 (0)