mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-21 04:41:18 +00:00
fix(test): fix style in thp unit tests
[no changelog]
This commit is contained in:
parent
9aadb99eaa
commit
7d8f8442c6
@ -235,7 +235,7 @@ class TestTrezorHostProtocol(unittest.TestCase):
|
|||||||
channel.channel_cache.set_int(CHANNEL_NONCE_RECEIVE, 0)
|
channel.channel_cache.set_int(CHANNEL_NONCE_RECEIVE, 0)
|
||||||
|
|
||||||
cid_1_bytes = int.to_bytes(cid_1, 2, "big")
|
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(message_with_invalid_tag)
|
||||||
# gen.send(None)
|
# gen.send(None)
|
||||||
|
Loading…
Reference in New Issue
Block a user