Remove test case name duplication

This commit is contained in:
Wojciech Piekutowski 2011-02-20 17:23:08 +01:00
parent ccd7818024
commit a17a0a68af
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ class DBAPITest < Test::Unit::TestCase
assert_equal("mike", @@coll.find_one()["hello"])
end
def test_collection_names
def test_collection_names_errors
assert_raise TypeError do
@@db.collection(5)
end