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 {