mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Fix docstring.
This commit is contained in:
parent
821bac3ddf
commit
b8735c79da
@ -872,7 +872,8 @@ class IStorageServerMutableAPIsTestsMixin(object):
|
||||
@inlineCallbacks
|
||||
def test_slot_readv_unknown_storage_index(self):
|
||||
"""
|
||||
With unknown storage index, ``IStorageServer.slot_readv()`` TODO.
|
||||
With unknown storage index, ``IStorageServer.slot_readv()`` returns
|
||||
empty dict.
|
||||
"""
|
||||
storage_index = new_storage_index()
|
||||
reads = yield self.storage_client.slot_readv(
|
||||
|
Loading…
Reference in New Issue
Block a user