Skip to content

Commit fab8c3d

Browse files
committed
Merge pull request rails#12311 from kennyj/fix_typo_about_uuid
Fix typo. This test isn't executed even in the postgresql.
1 parent d8b1736 commit fab8c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/schema_dumper_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_schema_dump_includes_macaddr_shorthand_definition
299299

300300
def test_schema_dump_includes_uuid_shorthand_definition
301301
output = standard_dump
302-
if %r{create_table "poistgresql_uuids"} =~ output
302+
if %r{create_table "postgresql_uuids"} =~ output
303303
assert_match %r{t.uuid "guid"}, output
304304
end
305305
end

0 commit comments

Comments
 (0)