Fix sha56 byte count in protocol

This commit is contained in:
zontreck 2024-08-29 16:25:28 -07:00
parent 170f2d35f7
commit d1ff953717
5 changed files with 15 additions and 5 deletions

View file

@ -11,7 +11,7 @@ Future<void> main() async {
});
test("Test directory size checking", () async {
expect(await getDirectorySize("test"), 12819);
expect(await getDirectorySize("test"), 13118);
});
test("Test file info methods", () async {