1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-09 18:38:47 +00:00

fixup! test: update persistence tests

This commit is contained in:
M1nd3r 2025-03-24 13:39:36 +01:00
parent dc66799e6d
commit 0dd7eb7a16

View File

@ -158,7 +158,7 @@ def test_recovery_on_old_wallet(core_emulator: Emulator):
layout = debug.read_layout()
# 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.refresh_features()