Fix test compilation

This commit is contained in:
Benoit Marty 2024-07-08 17:49:39 +02:00
parent e48b958d52
commit 5ccf95018d

View file

@ -251,7 +251,7 @@ class DefaultFtueServiceTest {
// First version where notification permission is required
sdkIntVersion: Int = Build.VERSION_CODES.TIRAMISU,
) = DefaultFtueService(
coroutineScope = coroutineScope,
sessionCoroutineScope = coroutineScope,
sessionVerificationService = sessionVerificationService,
sdkVersionProvider = FakeBuildVersionSdkIntProvider(sdkIntVersion),
analyticsService = analyticsService,