Fix unit tests

This commit is contained in:
zontreck 2025-03-09 20:09:00 -07:00
parent 4957fe633e
commit aa813f4cdd
4 changed files with 19 additions and 15 deletions

View file

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