test/lib/fragment_scatterer: s/StreamedMutationConsumer/FlattenedConsumer/

The class actually implements the FlattenedConsumer, so fix the comment.
This eliminates the only reference to the StreamedMutationConsumer
concept.
This commit is contained in:
Botond Dénes
2025-03-18 07:57:04 -04:00
parent e9944f0b7c
commit 969b07fdfd

View File

@@ -11,7 +11,7 @@
#include "mutation/mutation.hh"
#include "mutation/mutation_rebuilder.hh"
// A StreamedMutationConsumer which distributes fragments randomly into several mutations.
// A FlattenedConsumer which distributes fragments randomly into several mutations.
class fragment_scatterer {
schema_ptr _schema;
size_t _n;