mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-11 11:28:46 +00:00
fixup! test: update persistence tests
This commit is contained in:
parent
dc66799e6d
commit
0dd7eb7a16
@ -158,7 +158,7 @@ def test_recovery_on_old_wallet(core_emulator: Emulator):
|
|||||||
layout = debug.read_layout()
|
layout = debug.read_layout()
|
||||||
|
|
||||||
# while keyboard is open, hit the device with Initialize/GetFeatures
|
# while keyboard is open, hit the device with Initialize/GetFeatures
|
||||||
if device_handler.client.protocol_version == ProtocolVersion.PROTOCOL_V1:
|
if device_handler.client.protocol_version == ProtocolVersion.V1:
|
||||||
device_handler.client.get_seedless_session().call(messages.Initialize())
|
device_handler.client.get_seedless_session().call(messages.Initialize())
|
||||||
device_handler.client.refresh_features()
|
device_handler.client.refresh_features()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user