Fixes workflow for failed test

This commit is contained in:
slush 2013-04-05 17:13:29 +02:00
parent d363c2448d
commit a6f0657de7
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@ class BitkeyTest(unittest.TestCase):
print "--------------"
def tearDown(self):
self.bitkey.init_device()
self.debug_transport.close()
self.transport.close()