Update DownloaderTests.cs

This commit is contained in:
Timothy Baldridge 2020-02-20 06:16:39 -07:00 committed by GitHub
parent 6f80a40dc9
commit 21b28c01bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,9 +435,6 @@ namespace Wabbajack.Test
Assert.IsTrue(converted.IsWhitelisted(new ServerWhitelist { AllowedPrefixes = new List<string>() }));
await converted.Download(new Archive { Name = "AFKMods Test.zip" }, filename);
Assert.AreEqual("GtjxHazwZ6s=", filename.FileHash());
}
[TestMethod]