From b799ca2e052f12e32f7e271c4256b2d84bfa1225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Fri, 26 Apr 2024 14:14:46 +0200 Subject: [PATCH] fixup! fixup! feat(core): add ability to request backups with any number of groups/shares. --- tests/device_tests/test_msg_backup_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/device_tests/test_msg_backup_device.py b/tests/device_tests/test_msg_backup_device.py index e6800971e..463f32cde 100644 --- a/tests/device_tests/test_msg_backup_device.py +++ b/tests/device_tests/test_msg_backup_device.py @@ -25,9 +25,9 @@ from trezorlib.exceptions import TrezorFailure from ..common import ( MNEMONIC12, MNEMONIC_SLIP39_ADVANCED_20, + MNEMONIC_SLIP39_CUSTOM_SECRET, MNEMONIC_SLIP39_BASIC_20_3of6, MNEMONIC_SLIP39_CUSTOM_1of1, - MNEMONIC_SLIP39_CUSTOM_SECRET, ) from ..input_flows import ( InputFlowBip39Backup,