Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4556 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jul 5, 2006
1 parent 12600d7 commit bffb29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/active_schema_mysql_test.rb
Expand Up @@ -21,7 +21,7 @@ def test_add_column
end

def test_add_column_with_limit
assert_equal "ALTER TABLE `people` ADD key varchar(32)", add_column(:people, :key, :string, :limit => 32)
assert_equal "ALTER TABLE people ADD `key` varchar(32)", add_column(:people, :key, :string, :limit => 32)
end

private
Expand Down

0 comments on commit bffb29f

Please sign in to comment.