From 7464106247ca8df783f495b423eed88df2c2410f Mon Sep 17 00:00:00 2001 From: bayanxing Date: Mon, 23 May 2022 14:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BB=E9=87=8F=E7=BA=A7=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=A2=9E=E5=8A=A0Log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bayanxing --- .../hap/src/main/js/default/test/StorageHelperJsunit.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageHelperJsunit.test.js b/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageHelperJsunit.test.js index ed04f4450..28ab3bb97 100755 --- a/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageHelperJsunit.test.js +++ b/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageHelperJsunit.test.js @@ -105,7 +105,7 @@ describe('storageTest', function () { let perf = storage.getStorageSync('/data/test_storage2'); storage.removeStorageFromCache(perf, function (err) { if (err) { - console.info("removeStorageFromCache callback interface test failed."); + console.info("removeStorageFromCache callback interface test failed" + err); expect(null).assertFail(); done(); return -- GitLab