Fix io_test hardcoded test directory size
This commit is contained in:
parent
900a5358a8
commit
62d26082c9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Future<void> main() async {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Test directory size checking", () async {
|
test("Test directory size checking", () async {
|
||||||
expect(await getDirectorySize("test"), 120427);
|
expect(await getDirectorySize("test"), 121634);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Test file info methods", () async {
|
test("Test file info methods", () async {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue