소스 검색

Unlink without opening

Oz N Tiram 8 년 전
부모
커밋
b50fd42dd5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/test_init.py

+ 0 - 1
tests/test_init.py

@@ -73,7 +73,6 @@ class TestInit(unittest.TestCase):
         self.tester.create()
 
     def tearDown(self):
-        self.db._con.close()
         os.unlink(self.db._filename)
 
     def test_get_db_version(self):