mirror of
https://github.com/bitwarden/android.git
synced 2024-11-28 06:04:16 +03:00
Fix authenticator test (#4127)
This commit is contained in:
parent
df6e842201
commit
09c11f4890
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ import org.junit.jupiter.api.Assertions.assertTrue
|
||||||
import org.junit.jupiter.api.Test
|
import org.junit.jupiter.api.Test
|
||||||
import java.security.MessageDigest
|
import java.security.MessageDigest
|
||||||
import java.security.NoSuchAlgorithmException
|
import java.security.NoSuchAlgorithmException
|
||||||
import java.time.Instant
|
|
||||||
import javax.crypto.Cipher
|
import javax.crypto.Cipher
|
||||||
import javax.crypto.KeyGenerator
|
import javax.crypto.KeyGenerator
|
||||||
|
|
||||||
|
@ -169,7 +168,6 @@ private val SHARED_ACCOUNT_DATA = SharedAccountData(
|
||||||
email = "johnyapples@test.com",
|
email = "johnyapples@test.com",
|
||||||
environmentLabel = "bitwarden.com",
|
environmentLabel = "bitwarden.com",
|
||||||
totpUris = listOf("test.com"),
|
totpUris = listOf("test.com"),
|
||||||
lastSyncTime = Instant.parse("2024-09-10T10:15:30.00Z")
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue