Skip to content

Commit f6a830d

Browse files
committed
Update coerced_tests.rb
1 parent 3bc3751 commit f6a830d

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
@@ -844,7 +844,7 @@ def migrate(x)
844844
def test_remove_foreign_key_on_8_0_coerced
845845
connection.create_table(:sub_testings) do |t|
846846
t.references :testing, foreign_key: true, type: :bigint
847-
t.references :experiment, foreign_key: { to_table: :testings }, type: :bigint
847+
t.references :experiment, foreign_key: {to_table: :testings}, type: :bigint
848848
end
849849

850850
migration = Class.new(ActiveRecord::Migration[8.0]) do

0 commit comments

Comments
 (0)