diff --git a/src/test/java/com/jcabi/email/EnvelopeTest.java b/src/test/java/com/jcabi/email/EnvelopeTest.java index 0f1ac6d..c1cca38 100644 --- a/src/test/java/com/jcabi/email/EnvelopeTest.java +++ b/src/test/java/com/jcabi/email/EnvelopeTest.java @@ -73,9 +73,7 @@ public void cachesPreviousCall() throws Exception { } /** - * Verifies that the encoding of the mail is set correctly and - as a - * consequence - non-Latin (e. g. Cyrillic) characters are displayed - * correctly in the received e-mail. + * Envelope should handle non-Latin characters. * @throws Exception Thrown in case of problem of writing a message to * string. */