mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
Fixes workflow for failed test
This commit is contained in:
parent
d363c2448d
commit
a6f0657de7
@ -20,5 +20,6 @@ class BitkeyTest(unittest.TestCase):
|
|||||||
print "--------------"
|
print "--------------"
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
self.bitkey.init_device()
|
||||||
self.debug_transport.close()
|
self.debug_transport.close()
|
||||||
self.transport.close()
|
self.transport.close()
|
Loading…
Reference in New Issue
Block a user