1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-13 19:02:55 +00:00

Remove trailing whitespaces from test/functional/attachments_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18219 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-06-02 23:21:40 +00:00
parent 1a4ff9eb49
commit 3be6fea8e2

View File

@ -519,12 +519,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest
'1' => {
:filename => 'newname.text',
:description => ''
},
},
'4' => {
:filename => 'newname.rb',
:description => 'Renamed'
},
},
}
}
@ -543,12 +543,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest
'1' => {
:filename => '',
:description => ''
},
},
'4' => {
:filename => 'newname.rb',
:description => 'Renamed'
},
},
}
}