diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mail_handler_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb index 1466dd2b2..889efb6f3 100644 --- a/test/unit/mail_handler_test.rb +++ b/test/unit/mail_handler_test.rb @@ -517,7 +517,7 @@ class MailHandlerTest < ActiveSupport::TestCase assert user.password.length >= 15 end end - + def test_new_user_from_attributes_should_use_default_login_if_invalid MailHandler.new_user_from_attributes('alongemailaddressthatexceedsloginlength-1@example.net').save! |