|
|
@ -53,7 +53,7 @@ public record PartitioningSpecs(TempOutputFixture TempOutput) : IClassFixture<Te
|
|
|
|
ChannelIds = new[] { ChannelIds.DateRangeTestCases },
|
|
|
|
ChannelIds = new[] { ChannelIds.DateRangeTestCases },
|
|
|
|
ExportFormat = ExportFormat.HtmlDark,
|
|
|
|
ExportFormat = ExportFormat.HtmlDark,
|
|
|
|
OutputPath = filePath,
|
|
|
|
OutputPath = filePath,
|
|
|
|
PartitionLimit = PartitionLimit.Parse("20kb")
|
|
|
|
PartitionLimit = PartitionLimit.Parse("1kb")
|
|
|
|
}.ExecuteAsync(new FakeConsole());
|
|
|
|
}.ExecuteAsync(new FakeConsole());
|
|
|
|
|
|
|
|
|
|
|
|
// Assert
|
|
|
|
// Assert
|
|
|
|