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:
parent
6cc2d4e7d2
commit
968db1ebb3
@ -84,5 +84,5 @@ def test_ecdh(client: Client):
|
|||||||
)
|
)
|
||||||
assert (
|
assert (
|
||||||
result.public_key.hex()
|
result.public_key.hex()
|
||||||
== "009753a0738c55c7ba7c17dd4a9a975ce9b0d2b62e8a1ecef4a76767fad99d3c71"
|
== "009753a0738c55c7ba7c17dd4a9a975ce9b0d2b62e8a1ecef4a76767fad99d3c72"
|
||||||
)
|
)
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user