minor: whitespace

This commit is contained in:
Mike Dirolf 2009-08-14 17:27:19 -04:00
parent 723f823ea1
commit e4bdec1a55

View File

@ -124,7 +124,6 @@ class TestCollection < Test::Unit::TestCase
doc = {"hello" => "world"} doc = {"hello" => "world"}
@@test.save(doc) @@test.save(doc)
assert doc.include? :_id assert doc.include? :_id
end end
end end