提交 94b68877 编写于 作者: R Ryuta Kamizono

Merge pull request #37489 from...

Merge pull request #37489 from giraffate/fix_random_ci_failure_due_to_non-deterministic_sorting_order

Fix random CI failure due to non-deterministic sorting order
上级 3fff87dd
......@@ -1991,7 +1991,7 @@ def test_locked_should_not_build_arel
end
def test_relation_join_method
assert_equal "Thank you for the welcome,Thank you again for the welcome", Post.first.comments.join(",")
assert_equal "Thank you for the welcome,Thank you again for the welcome", Post.first.comments.order(:id).join(",")
end
def test_relation_with_private_kernel_method
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册