diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index 765e2f3..c1ae61a 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -30,7 +30,7 @@ class BaseStorageTests(object): ''' Return a function with the following properties: - :param collection: The collection name to use. + :param collection: The name of the collection to create and use. ''' raise NotImplementedError()