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 1a59cdd90b0f8448993cb6cd4b3fd65044d08eaa..945d2feea8b2f81960c5f7bbf36813072f5ea1e8 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(); })