diff --git a/tests/data_source/test_gene_ortholog.py b/tests/data_source/test_gene_ortholog.py index 19532a2..2330a97 100644 --- a/tests/data_source/test_gene_ortholog.py +++ b/tests/data_source/test_gene_ortholog.py @@ -21,7 +21,7 @@ def setUpClass(cls): @classmethod def tearDownClass(cls): shutil.rmtree(cls.cache_dirname) - # cls.src.des_db.drop_collection(cls.src.collection_str) + cls.src.des_db.drop_collection(cls.src.collection_str) @unittest.skip('passed') def test_parse_html(self):