Skip to content

Commit

Permalink
test: fix modular test
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Aug 19, 2024
1 parent 1dd22b9 commit 4bceafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics/__tests__/analytics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ describe('Analytics', function () {
it('`initiateOnDeviceConversionMeasurementWithHashedEmailAddress` throws if not a string', function () {
expect(() =>
// @ts-ignore
firebase.analytics().initiateOnDeviceConversionMeasurementWithHashedEmailAddress(true),
initiateOnDeviceConversionMeasurementWithHashedEmailAddress(getAnalytics(), true),
).toThrowError(
"firebase.analytics().initiateOnDeviceConversionMeasurementWithHashedEmailAddress(*) 'hashedEmailAddress' expected a string value.",
);
Expand Down

0 comments on commit 4bceafe

Please sign in to comment.