From eff303cecc110472110760c910ecd848372f3b32 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 25 Oct 2016 17:06:11 +0200 Subject: [PATCH] fix test_protection_levels --- tests/test_protection_levels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_protection_levels.py b/tests/test_protection_levels.py index 37da508ef8..73d7b470a3 100644 --- a/tests/test_protection_levels.py +++ b/tests/test_protection_levels.py @@ -120,6 +120,7 @@ class TestProtectionLevels(common.TrezorTest): self.setup_mnemonic_pin_passphrase() self.client.set_expected_responses([proto.ButtonRequest(),proto.Success()]) self.client.verify_message( + 'Bitcoin', '14LmW5k4ssUrtbAB4255zdqv3b4w1TuX9e', binascii.unhexlify('209e23edf0e4e47ff1dec27f32cd78c50e74ef018ee8a6adf35ae17c7a9b0dd96f48b493fd7dbab03efb6f439c6383c9523b3bbc5f1a7d158a6af90ab154e9be80'), 'This is an example of a signed message.')