소스 검색

Removed a test line, because of changes in the method...

ogert 5 년 전
부모
커밋
03064e9caa
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      cdplib/unit_tests/TestMongodbHandler.py

+ 0 - 1
cdplib/unit_tests/TestMongodbHandler.py

@@ -126,7 +126,6 @@ class TestMongodbHandler(unittest.TestCase):
         self.assertTrue(self.first_collection_name in self.database.list_collection_names())
         self.mongodb_handler.drop_collection(self.first_collection_name)
         self.assertFalse(self.first_collection_name in self.database.list_collection_names())
-        self.assertRaises(Exception, lambda:self.mongodb_handler.drop_collection(self.first_collection_name))
     
     def test_Z_drop_database(self):
         '''