Adjusted the LL test

This commit is contained in:
erri120 2020-01-27 14:26:18 +01:00
parent b5267639e8
commit ef32ebf563
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -304,7 +304,7 @@ namespace Wabbajack.Test
Assert.IsTrue(converted.IsWhitelisted(new ServerWhitelist { AllowedPrefixes = new List<string>() }));
await converted.Download(new Archive { Name = "MEGA Test.txt" }, filename);
await converted.Download(new Archive { Name = "LoversLab Test.txt" }, filename);
Assert.AreEqual("eSIyd+KOG3s=", Utils.FileHash(filename));