]> source.dussan.org Git - redmine.git/commitdiff
add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_should_not...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 11 Jul 2020 01:21:42 +0000 (01:21 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 11 Jul 2020 01:21:42 +0000 (01:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19882 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index fcfb6821f02aecea54359284f44b7a8480b55265..6b42253ecb64f2da19650ef4b77f78d3b4ef551a 100644 (file)
@@ -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 => {