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

Fix random failing test (#37138).

git-svn-id: https://svn.redmine.org/redmine/trunk@21664 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-06-20 15:16:14 +00:00
parent 4da97ddb30
commit e0f0f2c210

View File

@ -40,7 +40,7 @@ class Redmine::Acts::MentionableTest < ActiveSupport::TestCase
issue = Issue.generate!(project_id: 1, description: '@dlopper and @foo@example.net')
assert_equal [User.find(3), user], issue.mentioned_users
assert_equal [3, user.id], issue.mentioned_users.ids.sort
end
def test_mentioned_users_with_multiple_mentions