Skip to content

Commit be00809

Browse files
committed
Fixed typos
1 parent b5c69a0 commit be00809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cases/coerced_tests.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,8 @@ def test_reverse_order_with_function_other_predicates_coerced
859859
coerce_tests! %r{doesn't have implicit ordering}
860860

861861
# We have implicit ordering, via FETCH.
862-
coerce_tests! :test_reorder_with_take_coerced
863-
def test_reorder_with_take
862+
coerce_tests! :test_reorder_with_take
863+
def test_reorder_with_take_coerced
864864
sql_log = capture_sql do
865865
assert Post.order(:title).reorder(nil).take
866866
end
@@ -869,7 +869,7 @@ def test_reorder_with_take
869869
end
870870

871871
# We have implicit ordering, via FETCH.
872-
coerce_tests! :test_reorder_with_first_coerced
872+
coerce_tests! :test_reorder_with_first
873873
def test_reorder_with_first_coerced
874874
sql_log = capture_sql do
875875
assert Post.order(:title).reorder(nil).first

0 commit comments

Comments
 (0)