From 1de92538c5a5fb64c5aed5e366f481277dc1c825 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 11 Jul 2020 01:21:50 +0000 Subject: [PATCH] add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy should allow copying the subtasks" git-svn-id: http://svn.redmine.org/redmine/trunk@19883 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 6b42253ec..2713ab2aa 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -7439,7 +7439,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 => {