forked from LBRYCommunity/lbry-sdk
fix functional tests
This commit is contained in:
parent
6f2e2e727e
commit
4b52c88d45
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Wallet(object):
|
|||
pass
|
||||
|
||||
def get_claim_metadata_for_sd_hash(self, sd_hash):
|
||||
return "fakeuri", "faketxid"
|
||||
return "fakeuri", "faketxid", "fakenout"
|
||||
|
||||
|
||||
class PeerFinder(object):
|
||||
|
|
Loading…
Reference in a new issue