1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-20 20:31:06 +00:00

fix(test): fix style in thp unit tests

[no changelog]
This commit is contained in:
M1nd3r 2025-01-08 17:30:47 +01:00
parent 9aadb99eaa
commit 7d8f8442c6

View File

@ -235,7 +235,7 @@ class TestTrezorHostProtocol(unittest.TestCase):
channel.channel_cache.set_int(CHANNEL_NONCE_RECEIVE, 0)
cid_1_bytes = int.to_bytes(cid_1, 2, "big")
expected_ack_on_received_message = get_ack(cid_1_bytes)
# expected_ack_on_received_message = get_ack(cid_1_bytes)
gen.send(message_with_invalid_tag)
# gen.send(None)