1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

IssuesControllerTest randomly fails (#36716).

Patch by Vincent Robert.


git-svn-id: http://svn.redmine.org/redmine/trunk@21445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-03-03 13:55:22 +00:00
parent 4cb518049f
commit 05714ab18a

View File

@ -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