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

View File

@@ -7483,7 +7483,7 @@ class IssuesControllerTest < Redmine::ControllerTest
issue = Issue.generate_with_descendants! issue = Issue.generate_with_descendants!
count = issue.descendants.count count = issue.descendants.count
@request.session[:user_id] = 2 @request.session[:user_id] = 2
assert_difference 'Issue.count', count+1 do assert_difference 'Issue.count', count + 1 do
post( post(
:bulk_update, :bulk_update,
:params => { :params => {