Another typo

This commit is contained in:
CalDescent 2021-10-24 12:20:49 +01:00
parent e1a6ba7377
commit 9cd579d3db

View File

@ -79,7 +79,7 @@ public class ArbitraryDataMergeTests extends Common {
));
// Files 2 and 5 should match the original files, because their contents were
// too small to create a patch file smaller than to original file
// too small to create a patch file smaller than the original file
assertArrayEquals(
Crypto.digest(Paths.get(path2.toString(), "lorem2.txt").toFile()),
Crypto.digest(Paths.get(patchPath.toString(), "lorem2.txt").toFile())