Skip to content

Commit

Permalink
test(suite-common): add account search test scenario for fallback acc…
Browse files Browse the repository at this point in the history
…ount labels
  • Loading branch information
mempoolboy authored and Lemonexe committed Oct 24, 2024
1 parent d8cb0f6 commit da6e6d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ describe('account utils', () => {
'zpub6rszzdAK6RuafeRwyN8z1cgWcXCuKbLmjjfnrW4fWKtcoXQ8787214pNJjnBG5UATyghuNzjn6Lfp5k5xymrLFJnCy46bMYJPyZsbpFGagT',
),
).toBe(true);
expect(accountSearchFn(btcAcc, '#1', undefined, 'Bitcoin #1')).toBe(true);
});

it('getNetworkAccountFeatures', () => {
Expand Down

0 comments on commit da6e6d7

Please sign in to comment.