diff --git a/OF DL.Tests/Services/DownloadOrchestrationServiceTests.cs b/OF DL.Tests/Services/DownloadOrchestrationServiceTests.cs index 9167b52..1e04fb9 100644 --- a/OF DL.Tests/Services/DownloadOrchestrationServiceTests.cs +++ b/OF DL.Tests/Services/DownloadOrchestrationServiceTests.cs @@ -196,7 +196,7 @@ public class DownloadOrchestrationServiceTests await service.DownloadSinglePaidMessageAsync("creator", 5, "/tmp", new Dictionary(), true, true, eventHandler); - Assert.Contains(eventHandler.ContentFound, entry => entry.contentType == "Preview Paid Messages"); + Assert.Contains(eventHandler.ContentFound, entry => entry.contentType == "Paid Messages"); Assert.True(downloadService.SinglePaidMessageCalled); }