提交 53fc206d 编写于 作者: R Ryuta Kamizono

Address CI failure due to non-deterministic query result

https://travis-ci.org/rails/rails/jobs/375326992#L1160-L1166
上级 f8202549
......@@ -436,7 +436,7 @@ def test_find_by_and_where_consistency_with_active_record_instance
end
def test_take
assert_equal topics(:first), Topic.take
assert_equal topics(:first), Topic.where("title = 'The First Topic'").take
end
def test_take_failing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册