We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cbf52 commit 98c65feCopy full SHA for 98c65fe
pkgs/unified_analytics/lib/src/enums.dart
@@ -73,7 +73,7 @@ enum DashEvent {
73
74
intellijPluginEvent(
75
label: 'intellij_event',
76
- description: 'Information for Intellij Plugin events',
+ description: 'Information for IntelliJ Plugin events',
77
toolOwner: DashTool.intellijPlugins,
78
),
79
pkgs/unified_analytics/test/event_test.dart
@@ -802,7 +802,7 @@ void main() {
802
803
// Change this integer below if your PR either adds or removes
804
// an Event constructor
805
- final eventsAccountedForInTests = 31;
+ final eventsAccountedForInTests = 32;
806
expect(eventsAccountedForInTests, constructorCount,
807
reason: 'If you added or removed an event constructor, '
808
'ensure you have updated '
0 commit comments