Fix failing test
This commit is contained in:
parent
a17a0a68af
commit
e5ef555f9f
|
@ -239,7 +239,7 @@ class DBAPITest < Test::Unit::TestCase
|
|||
names = @@db.collection_names
|
||||
assert names.length >= 2
|
||||
assert names.include?(@@coll.name)
|
||||
assert names.include?('mongo-ruby-test.test2')
|
||||
assert names.include?('test2')
|
||||
ensure
|
||||
@@db.drop_collection('test2')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue