diff --git a/FlowCrypt/src/test/java/com/flowcrypt/email/security/pgp/PgpKeyTest.kt b/FlowCrypt/src/test/java/com/flowcrypt/email/security/pgp/PgpKeyTest.kt index f87c9af92d..9d4553608a 100644 --- a/FlowCrypt/src/test/java/com/flowcrypt/email/security/pgp/PgpKeyTest.kt +++ b/FlowCrypt/src/test/java/com/flowcrypt/email/security/pgp/PgpKeyTest.kt @@ -43,8 +43,9 @@ class PgpKeyTest { val expected = PgpKeyDetails( isFullyDecrypted = true, isFullyEncrypted = false, + isRevoked = false, privateKey = null, - publicKey= loadResourceAsString( + publicKey = loadResourceAsString( "keys/E76853E128A0D376CAE47C143A30F4CC0A9A8F10.public.gpg-key" ).replace("@@VERSION_NAME@@", BuildConfig.VERSION_NAME), users = listOf("Test "), @@ -70,8 +71,9 @@ class PgpKeyTest { val expected = PgpKeyDetails( isFullyDecrypted = true, isFullyEncrypted = false, + isRevoked = false, privateKey = null, - publicKey= loadResourceAsString( + publicKey = loadResourceAsString( "keys/6D3E09867544EE627F2E928FBEE3A42D9A9C8AC9.public.gpg-key" ).replace("@@VERSION_NAME@@", BuildConfig.VERSION_NAME), users = listOf(""),