Fix broken test

This commit is contained in:
Timothy Baldridge 2021-02-03 21:48:17 -07:00
parent e25e6346fa
commit 07e0f92a74

View File

@ -298,6 +298,9 @@ namespace Wabbajack.Test
public async Task CanCancelLLValidation()
{
await using var filename = new TempFile();
if (!DownloadDispatcher.GetInstance<LoversLabDownloader>().IsCloudFlareProtected)
return;
await DownloadDispatcher.GetInstance<LoversLabDownloader>().Prepare();
var state = new LoversLabDownloader.State