Fix authenticator test (#4127)

This commit is contained in:
David Perez 2024-10-21 15:46:30 -05:00 committed by GitHub
parent df6e842201
commit 09c11f4890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")
)
)
)