From 41238594438f3720ab9c1c3d155630d6f5db6c29 Mon Sep 17 00:00:00 2001 From: q00313334 Date: Fri, 17 Jun 2022 14:47:21 +0800 Subject: [PATCH] quanli1@huawei.com Signed-off-by: q00313334 --- .../src/main/js/default/test/BluetoothHid.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js index f28e1a5f0..8ce7f1f22 100644 --- a/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js +++ b/communication/bluetooth_profile/src/main/js/default/test/BluetoothHid.test.js @@ -148,7 +148,7 @@ describe('bluetoothhostTest', function () { await tryToEnableBt(); let devState = hidHostProfile.getDeviceState(''); console.info('[bluetooth_js] loop get device state result:' + JSON.stringify(devState)); - expect(devState).assertEqual(3); + expect(devState).assertEqual(0); done(); }) -- GitLab