Fix io_test hardcoded test directory size

This commit is contained in:
zontreck 2025-01-22 03:14:04 -07:00
parent 900a5358a8
commit 62d26082c9

View file

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