Fix floats and doubles
This commit is contained in:
parent
84192c69db
commit
842a2b8f0c
4 changed files with 11 additions and 7 deletions
|
@ -11,7 +11,7 @@ Future<void> main() async {
|
|||
});
|
||||
|
||||
test("Test directory size checking", () async {
|
||||
expect(await getDirectorySize("test"), 9981);
|
||||
expect(await getDirectorySize("test"), 12819);
|
||||
});
|
||||
|
||||
test("Test file info methods", () async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue