diff --git a/basis/smtp/smtp-tests.factor b/basis/smtp/smtp-tests.factor index b8df0b7b5b..ca0629a1fd 100644 --- a/basis/smtp/smtp-tests.factor +++ b/basis/smtp/smtp-tests.factor @@ -11,8 +11,6 @@ IN: smtp.tests [ "slava@factorcode.org" ] [ "slava@factorcode.org" validate-address ] unit-test -[ { "hello" "." "world" } validate-message ] must-fail - [ "aGVsbG8Kd29ybGQ=\r\n.\r\n" ] [ T{ email { body "hello\nworld" } } [ send-body ] with-string-writer ] unit-test