Skip to content

Commit aa72c34

Browse files
committed
change remove after rails text
1 parent 9934ceb commit aa72c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/coerced_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +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)
1968+
# TODO: Remove coerce after Rails 7.1.0 (see https://github.com/rails/rails/pull/44053)
19691969
coerce_tests! :test_custom_basic_tags, :test_custom_proc_tags, :test_multiple_custom_tags, :test_custom_proc_context_tags
19701970
def test_custom_basic_tags_coerced
19711971
ActiveRecord::QueryLogs.tags = [ :application, { custom_string: "test content" } ]

0 commit comments

Comments
 (0)