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
This commit is contained in:
Toshi MARUYAMA
2020-07-11 01:21:50 +00:00
parent ff5b3485ba
commit 1de92538c5

View File

@@ -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 => {