From 62d26082c9f3de947491dfde24f31dc5374cbcbc Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 22 Jan 2025 03:14:04 -0700 Subject: [PATCH] Fix io_test hardcoded test directory size --- test/io_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/io_test.dart b/test/io_test.dart index 68de781..464de24 100644 --- a/test/io_test.dart +++ b/test/io_test.dart @@ -11,7 +11,7 @@ Future main() async { }); test("Test directory size checking", () async { - expect(await getDirectorySize("test"), 120427); + expect(await getDirectorySize("test"), 121634); }); test("Test file info methods", () async {