mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-27 14:52:10 +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)
|
||||
def test_signmessage_pagination(client: Client, message: str, is_long: bool):
|
||||
with client:
|
||||
print("AAAA ", is_long)
|
||||
IF = (
|
||||
InputFlowSignVerifyMessageLong
|
||||
if is_long
|
||||
|
Loading…
Reference in New Issue
Block a user