Fixes workflow for failed test

pull/25/head
slush 11 years ago
parent d363c2448d
commit a6f0657de7

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