提交 371686f2 编写于 作者: R raoxian

update storagestatfsjstest

Signed-off-by: Nraoxian <raoxian@huawei.com>
上级 86758bcd
......@@ -32,6 +32,7 @@ describe('statfs', function () {
let context = featureAbility.getContext();
let data = await context.getFilesDir();
let number = await statfs.getFreeBytes(data);
console.info("getFreeBytes getFilesDir===>" + (number / 1024));
expect(isIntNum(number)).assertTrue();
done();
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册