Skip to content

Commit 516706e

Browse files
committed
test(wallets): add Turnkey to mnemonic indexes test
1 parent 54d9fa4 commit 516706e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/wallets/src/multi_wallet.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ mod tests {
534534
("ledger", "--mnemonic-indexes", 1),
535535
("trezor", "--mnemonic-indexes", 2),
536536
("aws", "--mnemonic-indexes", 10),
537+
("turnkey", "--mnemonic-indexes", 11),
537538
];
538539

539540
for test_case in wallet_options {
@@ -548,6 +549,7 @@ mod tests {
548549
"ledger" => assert!(args.ledger),
549550
"trezor" => assert!(args.trezor),
550551
"aws" => assert!(args.aws),
552+
"turnkey" => assert!(args.turnkey),
551553
_ => panic!("Should have matched one of the previous wallet options"),
552554
}
553555

0 commit comments

Comments
 (0)