mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
20f3658e7e
[no changelog]
8 lines
183 B
Python
Executable File
8 lines
183 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from ui_tests import update_fixtures_with_diff
|
|
|
|
changes_amount = update_fixtures_with_diff()
|
|
|
|
print(f"{changes_amount} hashes updated in fixtures.json file.")
|