mirror of
https://github.com/redmine/redmine.git
synced 2025-11-17 18:50:53 +01:00
Updates Rails to 7.1.2 (#36320).
Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22488 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -209,7 +209,7 @@ class UserQueryTest < ActiveSupport::TestCase
|
||||
users = q.results_scope
|
||||
|
||||
assert_equal 2, users.size
|
||||
assert_equal [2, 1], users.ids
|
||||
assert_equal [2, 1], users.pluck(:id)
|
||||
end
|
||||
|
||||
def find_users_with_query(query)
|
||||
|
||||
Reference in New Issue
Block a user