1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00
trezor-firmware/tests/update_fixtures.py

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.")