mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
add space after comma to test/unit/mailer_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20243 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1053,7 +1053,7 @@ class MailerTest < ActiveSupport::TestCase
|
||||
assert_equal ["admin@somenet.foo"],
|
||||
Mailer.email_addresses(User.find(1))
|
||||
assert_equal ["admin@somenet.foo", "jsmith@somenet.foo"],
|
||||
Mailer.email_addresses(User.where(:id => [1,2])).sort
|
||||
Mailer.email_addresses(User.where(:id => [1, 2])).sort
|
||||
end
|
||||
|
||||
def test_email_addresses_should_include_notified_emails_addresses_only
|
||||
|
||||
Reference in New Issue
Block a user