From 05714ab18a4a4d4a402923b5abfe4fd633f85299 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 3 Mar 2022 13:55:22 +0000 Subject: IssuesControllerTest randomly fails (#36716). Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@21445 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3