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
1340
1340
assert_not_equal "ig" , post . title
1341
1341
end
1342
1342
1343
- # TODO
1343
+ # TODO: https://github.com/rails/rails/pull/54482
1344
1344
coerce_tests! :test_dynamic_update_all_with_one_joined_table
1345
1345
def test_dynamic_update_all_with_one_joined_table_coerced
1346
1346
update_fragment = "name = pets.name"
@@ -1354,7 +1354,7 @@ def test_dynamic_update_all_with_one_joined_table_coerced
1354
1354
end
1355
1355
end
1356
1356
1357
- # TODO
1357
+ # TODO: https://github.com/rails/rails/pull/54482
1358
1358
coerce_tests! :test_dynamic_update_all_with_two_joined_table
1359
1359
def test_dynamic_update_all_with_two_joined_table_coerced
1360
1360
update_fragment = "name = owners.name"
You can’t perform that action at this time.
0 commit comments