mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: All refactor in DiscImageChef.Checksums.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace DiscImageChef.Tests.Checksums
|
||||
fs.Close();
|
||||
fs.Dispose();
|
||||
SpamSumContext ctx = new SpamSumContext();
|
||||
string result = ctx.Data(data, out byte[] tmp);
|
||||
string result = SpamSumContext.Data(data, out byte[] tmp);
|
||||
Assert.AreEqual(ExpectedEmpty, result);
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace DiscImageChef.Tests.Checksums
|
||||
fs.Close();
|
||||
fs.Dispose();
|
||||
SpamSumContext ctx = new SpamSumContext();
|
||||
string result = ctx.Data(data, out byte[] tmp);
|
||||
string result = SpamSumContext.Data(data, out byte[] tmp);
|
||||
Assert.AreEqual(ExpectedRandom, result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user