Didn't mean to commit that

This commit is contained in:
Timothy Baldridge 2020-07-01 23:36:52 -06:00
parent 735b404dcb
commit a4123848f6

View File

@ -43,7 +43,6 @@ namespace Wabbajack.BuildServer.Test
[Fact]
public async Task DontReenqueueDownloadedfiles()
{
Game.Witcher3.MetaData().GameLocation();
var hash = Hash.FromLong(Random.Next(int.MinValue, int.MaxValue));
await ClearDownloaderQueue();
var _sql = Fixture.GetService<SqlService>();