TxnLab / use-wallet

A framework agnostic wallet integration library for Algorand dApps
https://txnlab.gitbook.io/use-wallet
MIT License
82 stars 34 forks source link

test(kmd): add tests for empty and null password handling #319

Closed drichar closed 6 days ago

drichar commented 6 days ago

Description

This PR adds test coverage for the KmdWallet client's password handling functionality, specifically for the empty string and null password handling changes introduced in PR #318.

Details