forked from LBRYCommunity/lbry-sdk
fix test_misc, check before deleting
This commit is contained in:
parent
14b2bb3019
commit
613278de12
1 changed files with 2 additions and 1 deletions
|
@ -746,8 +746,9 @@ class TestTransfer(TestCase):
|
||||||
yield download_file(sd_hash)
|
yield download_file(sd_hash)
|
||||||
yield check_md5_sum()
|
yield check_md5_sum()
|
||||||
yield download_file(sd_hash)
|
yield download_file(sd_hash)
|
||||||
yield delete_lbry_file()
|
|
||||||
yield check_lbry_file()
|
yield check_lbry_file()
|
||||||
|
yield delete_lbry_file()
|
||||||
|
|
||||||
def stop(arg):
|
def stop(arg):
|
||||||
if isinstance(arg, Failure):
|
if isinstance(arg, Failure):
|
||||||
|
|
Loading…
Reference in a new issue