diff --git a/tests/test_distribution.py b/tests/test_distribution.py
index c05790f385735fb516126d49ec3f3ced2e8d194c..9dc55ae0c6dc91c6c8b29b09f5f30978377be736 100644
--- a/tests/test_distribution.py
+++ b/tests/test_distribution.py
@@ -248,13 +248,13 @@ class TestExceptionHandling:
             decorated_func(tmpdir)
 
 
-class TestFilenamesDistribution:
+class TestDataDistribution:
     """
     Tests to verify correct data distribution with different
     types of sized iterables.
 
-    The items being distributed are names of files created in
-    a temporary directory.
+    The items being distributed are different sized iterable
+    types as controlled by the corresponding fixture.
 
     """