Skip to content

Commit 19c92ee

Browse files
committed
fix messaging test
1 parent b971afe commit 19c92ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/messaging/src/testing/fakes/firebase-dependencies.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export function getFakeInstallations(): _FirebaseInstallationsInternal {
6868

6969
export function getFakeAnalyticsProvider(): Provider<FirebaseAnalyticsInternalName> {
7070
const analytics: FirebaseAnalyticsInternal = {
71-
logEvent() {}
71+
logEvent() {},
72+
setUserProperties() {}
7273
};
7374

7475
return {

0 commit comments

Comments
 (0)