Skip to content

Commit b02e938

Browse files
committed
add reove after comment
1 parent be3136a commit b02e938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,7 @@ def test_in_order_of_with_enums_keys_coerced
19651965
require "models/dashboard"
19661966
class QueryLogsTest < ActiveRecord::TestCase
19671967
# Same as original coerced test except our SQL ends with binding.
1968+
# TODO: Remove coerce after Rails 7.0.1 (see https://github.com/rails/rails/pull/44053)
19681969
coerce_tests! :test_custom_basic_tags, :test_custom_proc_tags, :test_multiple_custom_tags, :test_custom_proc_context_tags
19691970
def test_custom_basic_tags_coerced
19701971
ActiveRecord::QueryLogs.tags = [ :application, { custom_string: "test content" } ]

0 commit comments

Comments
 (0)