From 2c48ac3e3cc10e2c78e63d6a0fcd4cf250032bcd Mon Sep 17 00:00:00 2001 From: quanli Date: Wed, 7 Jun 2023 17:10:04 +0800 Subject: [PATCH] quanli1@huawei.com Signed-off-by: quanli --- .../src/main/js/test/BleGattManager401.test.js | 2 +- communication/bluetooth_standard/src/main/js/test/List.test.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js b/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js index a5da4601f..152faeeaf 100644 --- a/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js +++ b/communication/bluetooth_manager/src/main/js/test/BleGattManager401.test.js @@ -1660,7 +1660,7 @@ describe('bluetoothBLETest4', function() { * @tc.type Function * @tc.level Level 2 */ - it('COMMUNICATION_BLUETOOTH_BLE_WriteCharacteristic_1600', 0, function () { + it('COMMUNICATION_BLUETOOTH_BLE_WriteCharacteristic_1700', 0, function () { try { let descriptors = []; let arrayBuffer = new ArrayBuffer(8); diff --git a/communication/bluetooth_standard/src/main/js/test/List.test.js b/communication/bluetooth_standard/src/main/js/test/List.test.js index 89900c5a7..0030266d3 100644 --- a/communication/bluetooth_standard/src/main/js/test/List.test.js +++ b/communication/bluetooth_standard/src/main/js/test/List.test.js @@ -19,7 +19,6 @@ import bluetoothhostTest4 from './BRSpp.test.js' import bluetoothhostTest from './BRSwitch.test.js' import bluetoothhostTest3 from './BRDiscovery.test.js' export default function testsuite() { -bluetoothhostTest() bluetoothhostTest1() bluetoothhostTest2() bluetoothhostTest4() -- GitLab