File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments