From f4ebe368b9a0be3309eb2d1eb462d5baa947f069 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 31 Oct 2017 13:55:36 +0100 Subject: [PATCH] tests: enable load_device test --- tests/run_tests_device.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run_tests_device.sh b/tests/run_tests_device.sh index 3bbe0480c..d1a65a1fd 100755 --- a/tests/run_tests_device.sh +++ b/tests/run_tests_device.sh @@ -21,7 +21,6 @@ pytest \ --ignore test_msg_getaddress_segwit.py \ --ignore test_msg_getaddress_show.py \ --ignore test_msg_loaddevice_xprv.py \ - --ignore test_msg_loaddevice.py \ --ignore test_msg_nem_getaddress.py \ --ignore test_msg_nem_signtx.py \ --ignore test_msg_ping.py \