Skip to content

Commit

Permalink
Update coerced_tests.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 2, 2024
1 parent 5ab20b8 commit 92d2c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/coerced_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def migrate(x)
end

# SQL Server truncates long table names when renaming.
coerce_tests! test_rename_table_errors_on_too_long_index_name_7_0
coerce_tests! :test_rename_table_errors_on_too_long_index_name_7_0
def test_rename_table_errors_on_too_long_index_name_7_0_coerced
long_table_name = "a" * (connection.table_name_length + 1)

Expand Down

0 comments on commit 92d2c12

Please sign in to comment.