mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
test_transaction: fix test_sweep case
This commit is contained in:
parent
cd83b93e98
commit
a097c47b0b
1 changed files with 1 additions and 1 deletions
|
@ -203,4 +203,4 @@ class NetworkMock(object):
|
|||
self.unspent = unspent
|
||||
|
||||
def synchronous_get(self, arg):
|
||||
return [self.unspent]
|
||||
return self.unspent
|
||||
|
|
Loading…
Add table
Reference in a new issue