mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 10:25:57 +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 java.security.MessageDigest
|
||||
import java.security.NoSuchAlgorithmException
|
||||
import java.time.Instant
|
||||
import javax.crypto.Cipher
|
||||
import javax.crypto.KeyGenerator
|
||||
|
||||
|
@ -169,7 +168,6 @@ private val SHARED_ACCOUNT_DATA = SharedAccountData(
|
|||
email = "johnyapples@test.com",
|
||||
environmentLabel = "bitwarden.com",
|
||||
totpUris = listOf("test.com"),
|
||||
lastSyncTime = Instant.parse("2024-09-10T10:15:30.00Z")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue