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:
parent
63ee124254
commit
bc07b044b0
@ -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
Loading…
Reference in New Issue
Block a user