Fix docstring.

This commit is contained in:
Itamar Turner-Trauring 2022-05-11 11:50:29 -04:00
parent 821bac3ddf
commit b8735c79da

View File

@ -872,7 +872,8 @@ class IStorageServerMutableAPIsTestsMixin(object):
@inlineCallbacks @inlineCallbacks
def test_slot_readv_unknown_storage_index(self): 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() storage_index = new_storage_index()
reads = yield self.storage_client.slot_readv( reads = yield self.storage_client.slot_readv(