Skip to content

Commit e6a5cda

Browse files
committed
wip
1 parent 5d4b45c commit e6a5cda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui/base/BaseSignTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
3-
* Contributors: DenBond7
3+
* Contributors: denbond7
44
*/
55

66
package com.flowcrypt.email.ui.base
@@ -35,7 +35,7 @@ abstract class BaseSignTest : BaseTest() {
3535

3636
protected fun setupAndClickSignInButton(signInAccountJson: String) {
3737
val intent = Intent()
38-
intent.putExtra("googleSignInAccount", GoogleSignInAccount.zab(signInAccountJson))
38+
intent.putExtra("googleSignInAccount", GoogleSignInAccount.zaa(signInAccountJson))
3939

4040
val signInIntent = GoogleSignIn.getClient(
4141
getTargetContext(),
@@ -94,7 +94,7 @@ abstract class BaseSignTest : BaseTest() {
9494
// The payload of the JWS is JSON content of the JWT Claims
9595
jws.payload = claims.toJson()
9696

97-
jws.setAlgorithmConstraints(AlgorithmConstraints.NO_CONSTRAINTS)
97+
jws.algorithmConstraints = AlgorithmConstraints.NO_CONSTRAINTS
9898

9999
// Set the signature algorithm on the JWT/JWS that will integrity protect the claims
100100
jws.algorithmHeaderValue = AlgorithmIdentifiers.NONE

0 commit comments

Comments
 (0)