1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-25 06:40:58 +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 62b4c4afca
commit 8121c7073e

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)