Skip to content

Commit

Permalink
fix failing test caused by 3771e4d
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed May 6, 2013
1 parent 3771e4d commit 86ac1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/test/cases/invertible_migration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def change
class RemoveIndexMigration1 < SilentMigration
def self.up
create_table("horses") do |t|
t.column :name, :text
t.column :color, :text
t.column :name, :string
t.column :color, :string
t.index [:name, :color]
end
end
Expand Down

0 comments on commit 86ac1d9

Please sign in to comment.