forked from sim0n00ps/OF-DL
Fix failing test
This commit is contained in:
parent
f16ad7f138
commit
5f945aadfa
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user