mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
whitespace ✂️
This commit is contained in:
parent
2eb111815d
commit
bd40e5c9e4
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue