提交 164069fd 编写于 作者: R Ryuta Kamizono

Fix random CI failure due to non-deterministic sorting order

https://buildkite.com/rails/rails/builds/66424#a1fdb92a-a9a0-4ff2-afc8-a59410cd4fdf/1016-1027
上级 f891a8d7
......@@ -827,7 +827,7 @@ def test_pluck_multiple_columns
def test_pluck_with_multiple_columns_and_selection_clause
assert_equal [[1, 50], [2, 50], [3, 50], [4, 60], [5, 55], [6, 53]],
Account.pluck("id, credit_limit")
Account.order(:id).pluck("id, credit_limit")
end
def test_pluck_with_multiple_columns_and_includes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册