Skip to content

Commit dd42907

Browse files
committed
Update coerced_tests.rb
1 parent 58a4fbf commit dd42907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cases/coerced_tests.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ def test_update_all_with_group_by_coerced
13401340
assert_not_equal "ig", post.title
13411341
end
13421342

1343-
# TODO
1343+
# TODO: https://github.com/rails/rails/pull/54482
13441344
coerce_tests! :test_dynamic_update_all_with_one_joined_table
13451345
def test_dynamic_update_all_with_one_joined_table_coerced
13461346
update_fragment = "name = pets.name"
@@ -1354,7 +1354,7 @@ def test_dynamic_update_all_with_one_joined_table_coerced
13541354
end
13551355
end
13561356

1357-
# TODO
1357+
# TODO: https://github.com/rails/rails/pull/54482
13581358
coerce_tests! :test_dynamic_update_all_with_two_joined_table
13591359
def test_dynamic_update_all_with_two_joined_table_coerced
13601360
update_fragment = "name = owners.name"

0 commit comments

Comments
 (0)