fix one tests

This commit is contained in:
Timothy Baldridge 2021-10-23 16:51:40 -06:00
parent c5f436d6eb
commit 1da64f900f

View File

@ -26,6 +26,7 @@ public class GalleryItemTests
[Fact]
public async Task CanDownloadGalleryItem()
{
_config.ModListsDownloadLocation.CreateDirectory();
foreach (var file in _config.ModListsDownloadLocation.EnumerateFiles().Where(f => f.Extension == Ext.Wabbajack))
file.Delete();