Fix unit tests
This commit is contained in:
parent
4957fe633e
commit
aa813f4cdd
4 changed files with 19 additions and 15 deletions
|
@ -11,7 +11,7 @@ Future<void> main() async {
|
|||
});
|
||||
|
||||
test("Test directory size checking", () async {
|
||||
expect(await getDirectorySize("test"), 121634);
|
||||
expect(await getDirectorySize("test"), 121680);
|
||||
});
|
||||
|
||||
test("Test file info methods", () async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue