1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

tests: enable test_msg_reset_device.py

This commit is contained in:
Jan Pochyla 2017-01-24 14:13:54 +01:00
parent e86924d645
commit 53c327727f

View File

@ -31,6 +31,7 @@ for i in \
test_msg_signtx.py \
test_msg_verifymessage.py \
test_msg_wipedevice.py \
test_msg_reset_device.py \
test_msg_changepin.py \
; do
if ! $PYTHON $i ; then