mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix one tests
This commit is contained in:
parent
c5f436d6eb
commit
1da64f900f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user