1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-26 09:52:34 +00:00

chore(core): fix a small typo

[no changelog]
This commit is contained in:
Roman Zeyde 2025-05-28 10:14:39 +03:00 committed by Roman Zeyde
parent cec282993a
commit d0ca0fb9b2

View File

@ -48,7 +48,7 @@ def test_device_id_same(client: Client):
# ID must be at least 12 characters
assert len(id1) >= 12
# Every resulf of UUID must be the same
# Every result of UUID must be the same
assert id1 == id2