Skip to content

Commit 8e282cc

Browse files
committed
Merge remote-tracking branch 'origin/main' into QueryHashIncorporatesAuthUid2
2 parents b16d173 + d2d23d3 commit 8e282cc

File tree

1 file changed

+1
-1
lines changed
  • firebase-dataconnect/src/test/kotlin/com/google/firebase/dataconnect/testutil/property/arbitrary

1 file changed

+1
-1
lines changed

firebase-dataconnect/src/test/kotlin/com/google/firebase/dataconnect/testutil/property/arbitrary/arbs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ internal fun DataConnectArb.authTokenResult(
340340

341341
internal fun DataConnectArb.appCheckTokenResult(
342342
accessToken: Arb<String?> = accessToken().orNull(nullProbability = 0.33),
343-
): Arb<GetAppCheckTokenResult> = accessToken.map(::GetAppCheckTokenResult)
343+
): Arb<GetAppCheckTokenResult> = accessToken.map { GetAppCheckTokenResult(it) }

0 commit comments

Comments
 (0)