1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Fix a Rubocop offense caused by r19065 (#16904).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19068 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-11-13 13:22:05 +00:00
parent 30fd23b917
commit b5ce1b9cff

View File

@ -761,7 +761,7 @@ class QueriesControllerTest < Redmine::ControllerTest
assert_include ["<< me >>", "me"], json
assert_include ["Dave Lopper", "3", "active"], json
assert_include ["Dave2 Lopper2", "5", "locked"], json
assert_include ["Anonymous", "#{User.anonymous.id}"], json
assert_include ["Anonymous", User.anonymous.id.to_s], json
end
def test_user_filter_should_return_active_and_locked_users_grouped_by_status