Oz N Tiram 8 anni fa
parent
commit
62e12f3aba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/test_init.py

+ 1 - 1
tests/test_init.py

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