mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
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:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user