1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 06:58:13 +00:00

TEST failure & ui-diff

This commit is contained in:
Roman Zeyde 2025-07-16 20:39:10 +03:00
parent 6cc2d4e7d2
commit 968db1ebb3
2 changed files with 2 additions and 1 deletions

View File

@ -84,5 +84,5 @@ def test_ecdh(client: Client):
) )
assert ( assert (
result.public_key.hex() result.public_key.hex()
== "009753a0738c55c7ba7c17dd4a9a975ce9b0d2b62e8a1ecef4a76767fad99d3c71" == "009753a0738c55c7ba7c17dd4a9a975ce9b0d2b62e8a1ecef4a76767fad99d3c72"
) )

View File

@ -40,6 +40,7 @@ def test_abort(core_emulator: Emulator):
features = device_handler.features() features = device_handler.features()
assert features.recovery_status == RecoveryStatus.Nothing assert features.recovery_status == RecoveryStatus.Nothing
return
device_handler.run(device.recover, pin_protection=False) device_handler.run(device.recover, pin_protection=False)