提交 eae97cd4 编写于 作者: C Carlos Antonio da Silva

Fix typo in test name

上级 8dde2874
......@@ -805,7 +805,7 @@ def test_group_by_with_limit_and_offset
assert_equal expected, actual
end
def test_group_by_with_qouted_count_and_order_by_alias
def test_group_by_with_quoted_count_and_order_by_alias
quoted_posts_id = Post.connection.quote_table_name("posts.id")
expected = { "SpecialPost" => 1, "StiPost" => 1, "Post" => 9 }
actual = Post.group(:type).order("count_posts_id").count(quoted_posts_id)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册