Fix test compilation

This commit is contained in:
Benoit Marty
2024-07-08 17:49:39 +02:00
parent a83c5d4bd7
commit 18e6304e0a

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,