From 8f4f6037a05744851ef4ffb1d3beae2911b0b129 Mon Sep 17 00:00:00 2001 From: q00313334 Date: Sun, 22 May 2022 22:27:56 +0800 Subject: [PATCH] quanli125@huawei.com Signed-off-by: q00313334 --- .../src/main/js/default/test/Bluetooth.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js b/communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js index 1a59cdd90..945d2feea 100644 --- a/communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js +++ b/communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js @@ -453,7 +453,7 @@ describe('bluetoothhostTest', function() { let name = bluetooth.setLocalName(); console.info('[bluetooth_js] getName result2 = '+ JSON.stringify(localName) + 'setName result2 =' + JSON.stringify(name)); - expect(name).assertFalse(); + expect(name).assertNull(); done(); }) -- GitLab