Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Aug 7, 2019
1 parent 8dde287 commit eae97cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/calculations_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eae97cd

Please sign in to comment.