Skip to content

Commit 0f0b412

Browse files
committed
test(analytics): add missing unit parameter in mixpanel data client test
- Include MixpanelTimeUnit.day in contentPropertiesEvent query to ensure test consistency
1 parent c8a2315 commit 0f0b412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/services/analytics/mixpanel_data_client_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ void main() {
141141
event: 'contentViewed',
142142
fromDate: '2024-01-01',
143143
toDate: '2024-01-07',
144+
unit: MixpanelTimeUnit.day,
144145
);
145146

146147
verify(

0 commit comments

Comments
 (0)