Fix floats and doubles

This commit is contained in:
zontreck 2024-08-29 07:08:11 -07:00
parent 84192c69db
commit 842a2b8f0c
4 changed files with 11 additions and 7 deletions

View file

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