2 references to CreateChunks
Microsoft.Extensions.DataIngestion.Tests (2)
Processors\ClassificationEnricherTests.cs (2)
90
IReadOnlyList<IngestionChunk<string>> got = await sut.ProcessAsync(
CreateChunks
().ToAsyncEnumerable()).ToListAsync();
109
List<IngestionChunk<string>> chunks =
CreateChunks
();