mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 01:18:54 +00:00
fix(test): remove print from device test test_singmessage_pagination
[no changelog]
This commit is contained in:
parent
4221b8514b
commit
8302f70d2a
@ -391,7 +391,6 @@ MESSAGE_LENGTHS = (
|
|||||||
@pytest.mark.parametrize("message,is_long", MESSAGE_LENGTHS)
|
@pytest.mark.parametrize("message,is_long", MESSAGE_LENGTHS)
|
||||||
def test_signmessage_pagination(client: Client, message: str, is_long: bool):
|
def test_signmessage_pagination(client: Client, message: str, is_long: bool):
|
||||||
with client:
|
with client:
|
||||||
print("AAAA ", is_long)
|
|
||||||
IF = (
|
IF = (
|
||||||
InputFlowSignVerifyMessageLong
|
InputFlowSignVerifyMessageLong
|
||||||
if is_long
|
if is_long
|
||||||
|
Loading…
Reference in New Issue
Block a user