Skip to content

Commit 693d3ff

Browse files
committed
Fix test
1 parent 8aa5d9f commit 693d3ff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/telemetry/src/api.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,17 +269,10 @@ function getFakeApp(): FirebaseApp {
269269
new Component(
270270
'installations-internal',
271271
() =>
272-
<<<<<<< HEAD
273-
({
274-
getId: async () => 'FID',
275-
getToken: async () => 'authToken'
276-
} as _FirebaseInstallationsInternal),
277-
=======
278272
({
279273
getId: async () => 'iid',
280274
getToken: async () => 'authToken'
281-
} as _FirebaseInstallationsInternal),
282-
>>>>>>> e66c193d1 (Fix tests)
275+
} as _FirebaseInstallationsInternal),
283276
ComponentType.PUBLIC
284277
)
285278
);

0 commit comments

Comments
 (0)