| Index: device/bluetooth/test/bluetooth_test_mac.mm
|
| diff --git a/device/bluetooth/test/bluetooth_test_mac.mm b/device/bluetooth/test/bluetooth_test_mac.mm
|
| index f0e3b882997d1385fb5915856ad35818a8e37705..7138ee71432c955ae0e30dcbbf7ac31d480831fe 100644
|
| --- a/device/bluetooth/test/bluetooth_test_mac.mm
|
| +++ b/device/bluetooth/test/bluetooth_test_mac.mm
|
| @@ -446,6 +446,7 @@ void BluetoothTestMac::SimulateGattCharacteristicRemoved(
|
| MockCBCharacteristic* characteristic_mock =
|
| ObjCCast<MockCBCharacteristic>(cb_characteristic);
|
| [service_mock removeCharacteristicMock:characteristic_mock];
|
| + [peripheral_mock didModifyServices:@[]];
|
| [peripheral_mock mockDidDiscoverEvents];
|
| }
|
|
|
|
|