We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42e0d5 commit 2febc39Copy full SHA for 2febc39
1 file changed
FlowCrypt/src/test/java/com/flowcrypt/email/security/pgp/ProcessMimeMessageTest.kt
@@ -16,8 +16,8 @@ import jakarta.mail.internet.MimeMessage
16
import kotlinx.coroutines.runBlocking
17
import org.bouncycastle.openpgp.PGPPublicKeyRingCollection
18
import org.bouncycastle.openpgp.PGPSecretKeyRingCollection
19
+import org.hamcrest.CoreMatchers.instanceOf
20
import org.hamcrest.MatcherAssert.assertThat
-import org.hamcrest.Matchers.instanceOf
21
import org.jsoup.Jsoup
22
import org.jsoup.parser.Parser
23
import org.junit.Assert.assertEquals
0 commit comments