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:
parent
cec282993a
commit
d0ca0fb9b2
@ -48,7 +48,7 @@ def test_device_id_same(client: Client):
|
|||||||
# ID must be at least 12 characters
|
# ID must be at least 12 characters
|
||||||
assert len(id1) >= 12
|
assert len(id1) >= 12
|
||||||
|
|
||||||
# Every resulf of UUID must be the same
|
# Every result of UUID must be the same
|
||||||
assert id1 == id2
|
assert id1 == id2
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user