1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 03:27:14 +00:00

fix source indent of test/unit/mail_handler_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20512 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-29 12:48:01 +00:00
parent 17b77d3ab8
commit 51625172d9

View File

@ -273,7 +273,7 @@ class MailHandlerTest < ActiveSupport::TestCase
:issue => {:project => 'ecookbook'},
:allow_override => ['affected version']
) do |email|
email << "Affected version: 1.0\n"
email << "Affected version: 1.0\n"
end
assert issue.is_a?(Issue)
assert !issue.new_record?