diff --git a/tests/common.py b/tests/common.py index cf4f169..6d13562 100644 --- a/tests/common.py +++ b/tests/common.py @@ -20,5 +20,6 @@ class BitkeyTest(unittest.TestCase): print "--------------" def tearDown(self): + self.bitkey.init_device() self.debug_transport.close() self.transport.close() \ No newline at end of file