1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

whitespace ✂️

This commit is contained in:
Jon Leighton 2012-03-30 14:36:33 +01:00
parent 2eb111815d
commit bd40e5c9e4
2 changed files with 4 additions and 5 deletions

View file

@ -248,7 +248,6 @@ class OptimisticLockingTest < ActiveRecord::TestCase
assert p.treasures.empty?
assert RichPerson.connection.select_all("SELECT * FROM peoples_treasures WHERE rich_person_id = 1").empty?
end
end
class OptimisticLockingWithSchemaChangeTest < ActiveRecord::TestCase