diff options
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index f4c269c7e..9b1842e0d 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -7954,7 +7954,7 @@ class IssuesControllerTest < Redmine::ControllerTest end copy = Issue.order(:id => :desc).first assert_equal 2, copy.watchers.count - assert_equal [3, 10], copy.watcher_user_ids + assert_equal [3, 10], copy.watcher_user_ids.sort end def test_bulk_copy_should_not_copy_selected_subtasks_twice |