From: Toshi MARUYAMA Date: Sat, 11 Jul 2020 01:21:42 +0000 (+0000) Subject: add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_should_not... X-Git-Tag: 4.2.0~915 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff5b3485ba06c0af8a10568c41de7c1119e3c3dc;p=redmine.git 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 --- 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 => {