test: Bitcoin outbound code coverage improvement #3445
Labels
chain:bitcoin
Bitcoin chain related
code-quality
Code quality improvement
zetaclient
Issues related to ZetaClient
Describe the Issue
From what we've seen in the previous Bitcoin refactor PR: #3381, the code relating to Bitcoin outbound and signer are not well covered by unit tests and some of them needs improvement, for example:
TryProcessOutbound
is not covered by unit test.SelectUTXOs
has atest
flag purely for unit test, we could remove it to be clean.TryIncludeOutbound
method, even if it's ignored by caller.Expected Outcome
A description of what outcome you are seeking.
The text was updated successfully, but these errors were encountered: