Skip to content

Commit 347e0a6

Browse files
committed
Merge pull request rails#5003 from kennyj/fix_warning_20120211
Fix warning: The method name is a duplicate and wrong.
2 parents 495dcd6 + 7f14508 commit 347e0a6

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
@@ -236,7 +236,7 @@ def test_schema_dump_includes_xml_shorthand_definition
236236
end
237237
end
238238

239-
def test_schema_dump_includes_tsvector_shorthand_definition
239+
def test_schema_dump_includes_hstores_shorthand_definition
240240
output = standard_dump
241241
if %r{create_table "postgresql_hstores"} =~ output
242242
assert_match %r{t.hstore "hash_store", default => ""}, output

0 commit comments

Comments
 (0)