We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16d173 + d2d23d3 commit 8e282ccCopy full SHA for 8e282cc
firebase-dataconnect/src/test/kotlin/com/google/firebase/dataconnect/testutil/property/arbitrary/arbs.kt
@@ -340,4 +340,4 @@ internal fun DataConnectArb.authTokenResult(
340
341
internal fun DataConnectArb.appCheckTokenResult(
342
accessToken: Arb<String?> = accessToken().orNull(nullProbability = 0.33),
343
-): Arb<GetAppCheckTokenResult> = accessToken.map(::GetAppCheckTokenResult)
+): Arb<GetAppCheckTokenResult> = accessToken.map { GetAppCheckTokenResult(it) }
0 commit comments