Skip to content

Commit e5b72c5

Browse files
committed
Update coerced_tests.rb
1 parent abc59c9 commit e5b72c5

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
@@ -1576,7 +1576,7 @@ def test_dump_schema_versions_outputs_lexically_reverse_ordered_versions_regardl
15761576
@schema_migration.create_version(v)
15771577
end
15781578

1579-
schema_info = ActiveRecord::Base.lease_connection.dump_schema_information
1579+
schema_info = ActiveRecord::Base.lease_connection.dump_schema_versions
15801580
expected = <<~STR
15811581
INSERT INTO #{quote_table_name("schema_migrations")} (version) VALUES
15821582
(N'20100301010101'),

0 commit comments

Comments
 (0)