mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
trivial: fix inline comment in test code
This commit is contained in:
parent
206ab2b44d
commit
4921a9f243
@ -729,7 +729,7 @@ class Roundtrip(unittest.TestCase, testutil.ShouldFailMixin):
|
||||
return d
|
||||
|
||||
def test_bad_sharehashes_failure(self):
|
||||
# the first 7 servers have bad block hashes, so the sharehash tree
|
||||
# all ten servers have bad share hashes, so the sharehash tree
|
||||
# will not validate, and the download will fail
|
||||
modemap = dict([(i, "bad sharehash")
|
||||
for i in range(10)])
|
||||
|
Loading…
Reference in New Issue
Block a user