ソースを参照

Fix an intermittent test failure in JournalTest (#39180).

Patch by Vincent Robert.


git-svn-id: https://svn.redmine.org/redmine/trunk@22336 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 8ヶ月前
コミット
ea38a40b7a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      test/unit/journal_test.rb

+ 1
- 1
test/unit/journal_test.rb ファイルの表示

@@ -279,6 +279,6 @@ class JournalTest < ActiveSupport::TestCase

# User "dlopper" has "Developer" role on project "eCookbook"
# Role "Developer" does not have the "View private notes" permission
assert_equal [1, 2], journal.notified_mentions.map(&:id)
assert_equal [1, 2], journal.notified_mentions.map(&:id).sort
end
end

読み込み中…
キャンセル
保存