mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
test_mutable.py: remove spurious Retrieve during a publish test
This commit is contained in:
parent
b5d19456f4
commit
944f8babec
@ -303,7 +303,6 @@ class Publish(unittest.TestCase):
|
|||||||
CONTENTS = "some initial contents"
|
CONTENTS = "some initial contents"
|
||||||
fn.create(CONTENTS)
|
fn.create(CONTENTS)
|
||||||
p = mutable.Publish(fn)
|
p = mutable.Publish(fn)
|
||||||
r = mutable.Retrieve(fn)
|
|
||||||
# make some fake shares
|
# make some fake shares
|
||||||
shares_and_ids = ( ["%07d" % i for i in range(10)], range(10) )
|
shares_and_ids = ( ["%07d" % i for i in range(10)], range(10) )
|
||||||
target_info = None
|
target_info = None
|
||||||
|
Loading…
Reference in New Issue
Block a user