Fix sha56 byte count in protocol
This commit is contained in:
parent
170f2d35f7
commit
d1ff953717
5 changed files with 15 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue