1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

update pb

This commit is contained in:
Pavol Rusnak 2014-12-13 19:07:56 +01:00
parent 63ee124254
commit bc07b044b0
2 changed files with 105 additions and 100 deletions

View File

@ -48,7 +48,6 @@ class TestMsgApplysettings(common.TrezorTest):
with self.client: with self.client:
self.client.set_expected_responses([proto.ButtonRequest(), self.client.set_expected_responses([proto.ButtonRequest(),
proto.PinMatrixRequest(),
proto.Success(), proto.Success(),
proto.Features()]) proto.Features()])
self.client.apply_settings(use_passphrase=False) self.client.apply_settings(use_passphrase=False)
@ -57,7 +56,6 @@ class TestMsgApplysettings(common.TrezorTest):
with self.client: with self.client:
self.client.set_expected_responses([proto.ButtonRequest(), self.client.set_expected_responses([proto.ButtonRequest(),
proto.PinMatrixRequest(),
proto.Success(), proto.Success(),
proto.Features()]) proto.Features()])
self.client.apply_settings(use_passphrase=True) self.client.apply_settings(use_passphrase=True)

File diff suppressed because one or more lines are too long