提交 74641062 编写于 作者: B bayanxing

轻量级存储用例增加Log

Signed-off-by: Nbayanxing <bayanxing@kaihongdigi.com>
上级 4601d0a3
...@@ -105,7 +105,7 @@ describe('storageTest', function () { ...@@ -105,7 +105,7 @@ describe('storageTest', function () {
let perf = storage.getStorageSync('/data/test_storage2'); let perf = storage.getStorageSync('/data/test_storage2');
storage.removeStorageFromCache(perf, function (err) { storage.removeStorageFromCache(perf, function (err) {
if (err) { if (err) {
console.info("removeStorageFromCache callback interface test failed."); console.info("removeStorageFromCache callback interface test failed" + err);
expect(null).assertFail(); expect(null).assertFail();
done(); done();
return return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册