Skip to content

Commit

Permalink
Fix path unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed May 17, 2023
1 parent 8ba7c05 commit e660d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pubkey_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_get_public_key_no_confirm_invalid(backend):
("m/33'/0'/0'/0/0", Errors.SW_WRONG_BIP32_PURPOSE),
("m/44'/0'/0/0/0", Errors.SW_WRONG_BIP32_COIN_TYPE),
("m/44'/111111'/911'/3/0", Errors.SW_WRONG_BIP32_TYPE),
("m/44'/111111'/2147483647/0/0/0/0/0/0/0", Errors.SW_WRONG_BIP32_PATH_LEN)
("m/44'/111111'/2147483647/0", Errors.SW_WRONG_BIP32_PATH_LEN)
]:
client = KaspaCommandSender(backend)

Expand Down

0 comments on commit e660d24

Please sign in to comment.