BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
251 stars 82 forks source link

backend/accounts_test: fix testAccountsByKeystore occasional error #2726

Closed Beerosagos closed 3 months ago

Beerosagos commented 3 months ago

testAccountsByKeystore test was occasionally failing the check on the number of loaded accounts for each keystore (see https://github.com/BitBoxSwiss/bitbox-wallet-app/pull/2716#issuecomment-2114690746)

This fix excludes the HiddenBecauseUnused accounts from the check and should fix the issue.