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