Remove test case name duplication
This commit is contained in:
parent
ccd7818024
commit
a17a0a68af
|
@ -621,7 +621,7 @@ class DBAPITest < Test::Unit::TestCase
|
||||||
assert_equal("mike", @@coll.find_one()["hello"])
|
assert_equal("mike", @@coll.find_one()["hello"])
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_collection_names
|
def test_collection_names_errors
|
||||||
assert_raise TypeError do
|
assert_raise TypeError do
|
||||||
@@db.collection(5)
|
@@db.collection(5)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue