Major refactor #141

Merged
sim0n00ps merged 55 commits from whimsical-c4lic0/OF-DL:refactor-architecture into master 2026-02-13 00:21:58 +00:00
Showing only changes of commit 5f945aadfa - Show all commits

View File

@ -196,7 +196,7 @@ public class DownloadOrchestrationServiceTests
await service.DownloadSinglePaidMessageAsync("creator", 5, "/tmp", new Dictionary<string, long>(),
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);
}