mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 05:18:08 +00:00
8 lines
183 B
Python
8 lines
183 B
Python
|
#!/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.")
|