Skip to content

Commit bc5ae2f

Browse files
committed
fix(core): register app with Telecom once
1 parent 8b5ba6c commit bc5ae2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stream-video-android-core/src/test/kotlin/io/getstream/video/android/core/notifications/internal/service

stream-video-android-core/src/test/kotlin/io/getstream/video/android/core/notifications/internal/service/ServiceLauncherTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class ServiceLauncherTest {
123123
every { StreamVideo.instance() } returns streamVideo
124124
every { jetpackTelecomRepositoryProvider.get(any()) } returns jetpackTelecomRepository
125125

126-
serviceLauncher = ServiceLauncher(streamVideo)
126+
serviceLauncher = ServiceLauncher(context, streamVideo)
127127
}
128128

129129
@After

0 commit comments

Comments
 (0)