This is near the end of this Seq Logging Implementation

This commit is contained in:
Janus C. H. Knudsen 2025-02-22 20:14:56 +01:00
parent 78d49a9829
commit 099f6467d2
9 changed files with 212 additions and 123 deletions

View file

@ -32,9 +32,7 @@ namespace PlanTempus.Tests.Logging
[TestMethod]
public async Task Messages_ShouldBeProcessedFromQueue()
{
var processedMessages = new List<HttpRequestMessage>();
var serviceTask = _service.StartAsync(_cts.Token);
await _service.StartAsync(_cts.Token);
for (int i = 0; i < 5; i++)
{