Repair testsuites
This commit is contained in:
parent
7df013a6aa
commit
b203e4f97f
3 changed files with 13 additions and 5 deletions
|
@ -11,7 +11,7 @@ Future<void> main() async {
|
|||
});
|
||||
|
||||
test("Test directory size checking", () async {
|
||||
expect(await getDirectorySize("test"), 121680);
|
||||
expect(await getDirectorySize("test"), 121956);
|
||||
});
|
||||
|
||||
test("Test file info methods", () async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue