Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Jul 9, 2013
1 parent 54eee8b commit 51e1658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/schema_dumper_test.rb
Expand Up @@ -299,7 +299,7 @@ def test_schema_dump_includes_macaddr_shorthand_definition


def test_schema_dump_includes_uuid_shorthand_definition def test_schema_dump_includes_uuid_shorthand_definition
output = standard_dump output = standard_dump
if %r{create_table "poistgresql_uuids"} =~ output if %r{create_table "postgresql_uuids"} =~ output
assert_match %r{t.uuid "guid"}, output assert_match %r{t.uuid "guid"}, output
end end
end end
Expand Down

0 comments on commit 51e1658

Please sign in to comment.