Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/functional/db_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def test_get_and_drop_collection

db.create_collection(:foo)
assert db.collection(:foo)
assert db.drop_collection(:foo)
# Use a string because of SERVER-16260
assert db.drop_collection('foo')
end

def test_logger
Expand Down