diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-07-11 01:21:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-07-11 01:21:42 +0000 |
commit | ff5b3485ba06c0af8a10568c41de7c1119e3c3dc (patch) | |
tree | a57d79740206cd5287d82ceb66ce36d4caac97bb /test | |
parent | 04206e70d4b9e19c51fe0c49add3fc1526fc703d (diff) | |
download | redmine-ff5b3485ba06c0af8a10568c41de7c1119e3c3dc.tar.gz redmine-ff5b3485ba06c0af8a10568c41de7c1119e3c3dc.zip |
add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_should_not_copy_selected_subtasks_twice
git-svn-id: http://svn.redmine.org/redmine/trunk@19882 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index fcfb6821f..6b42253ec 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -7483,7 +7483,7 @@ class IssuesControllerTest < Redmine::ControllerTest issue = Issue.generate_with_descendants! count = issue.descendants.count @request.session[:user_id] = 2 - assert_difference 'Issue.count', count+1 do + assert_difference 'Issue.count', count + 1 do post( :bulk_update, :params => { |