Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Apr 24, 2024
1 parent 3a53bd4 commit 45e92a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Geodatenbezug.Test/Processors/TopicProcessorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public async Task ExportTopicStartExportFails()
loggerMock.Setup(LogLevel.Information, $"Exportiere {topic.TopicTitle} ({topic.Canton})...");
loggerMock.Setup(LogLevel.Error, $"Fehler beim Starten des Exports für Thema {topic.TopicTitle} ({topic.Canton}): {HttpStatusCode.NotFound} - Data export information not found. Invalid token?");

// TODO: Check processingResult
await Assert.ThrowsExceptionAsync<InvalidOperationException>(async () => await processor.ExportTopicAsync(topic), "Export failed");
Assert.AreEqual(processingResult.Code, processor.ProcessingResult.Code);
Assert.AreEqual(processingResult.Reason, processor.ProcessingResult.Reason);
Expand Down

0 comments on commit 45e92a9

Please sign in to comment.