Chromium Code Reviews| Index: device/bluetooth/bluetooth_device_unittest.cc |
| diff --git a/device/bluetooth/bluetooth_device_unittest.cc b/device/bluetooth/bluetooth_device_unittest.cc |
| index 19826117c94d04328119fa93535cd1fdb4cc2c1b..c9711be605cde3ed5f365cec82428bdbd20eafd3 100644 |
| --- a/device/bluetooth/bluetooth_device_unittest.cc |
| +++ b/device/bluetooth/bluetooth_device_unittest.cc |
| @@ -1257,7 +1257,7 @@ TEST_F(BluetoothTest, GattServicesDiscoveredError_AfterDisconnection) { |
| GetConnectErrorCallback(Call::NOT_EXPECTED)); |
| ResetEventCounts(); |
| SimulateGattConnection(device); |
| - EXPECT_EQ(1, gatt_discovery_attempts_); |
| + EXPECT_EQ(0, gatt_discovery_attempts_); |
|
scheib
2017/04/08 04:05:34
Hmm, know why this changed?
ortuno
2017/04/08 04:07:43
Should've added a comment. This change just breaks
|
| SimulateGattDisconnection(device); |