mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +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.")
|