mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
test_system.py minor typo
This commit is contained in:
parent
0cfed96796
commit
0596b9fe19
@ -226,7 +226,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
|||||||
"expected NotEnoughPeersError, got %s" % res)
|
"expected NotEnoughPeersError, got %s" % res)
|
||||||
# TODO: files that have zero peers should get a special kind
|
# TODO: files that have zero peers should get a special kind
|
||||||
# of NotEnoughPeersError, which can be used to suggest that
|
# of NotEnoughPeersError, which can be used to suggest that
|
||||||
# the URI might be wrong or that they've nver uploaded the
|
# the URI might be wrong or that they've never uploaded the
|
||||||
# file in the first place.
|
# file in the first place.
|
||||||
d1.addBoth(_baduri_should_fail)
|
d1.addBoth(_baduri_should_fail)
|
||||||
return d1
|
return d1
|
||||||
|
Loading…
Reference in New Issue
Block a user