summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index a8710632a..3cd9d459b 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -5242,7 +5242,7 @@ class IssuesControllerTest < Redmine::ControllerTest
)
end
issue = Issue.order('id DESC').first
- assert_equal [3, 10], issue.watcher_user_ids
+ assert_equal [3, 10], issue.watcher_user_ids.sort
end
def test_create_as_copy_without_watcher_user_ids_should_not_copy_watchers