1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

remove spaces inside {} of MailHandlerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@19963 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-08-09 15:56:31 +00:00
parent c77b108279
commit f435e1993d

View File

@ -661,7 +661,7 @@ class MailHandlerTest < ActiveSupport::TestCase
def test_empty_attachment_should_not_be_imported
issue = submit_email(
'ticket_with_empty_attachment.eml',
issue: { project: 'ecookbook' }
:issue => {:project => 'ecookbook'}
)
assert_equal 0, issue.attachments.size
end