Commit d26a9005 authored by Tim Song's avatar Tim Song Committed by Commit Bot

Fix comment in BluetoothLowEnergyAdvertisementManagerMac unit test.

Change-Id: Ic3aef8ab7e798680c0c572131f569dc93c9b4bdf
Reviewed-on: https://chromium-review.googlesource.com/1161100Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Tim Song <tengs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580398}
parent 691e20dc
...@@ -159,7 +159,7 @@ TEST_F(BluetoothLowEnergyAdvertisementManagerMacTest, ...@@ -159,7 +159,7 @@ TEST_F(BluetoothLowEnergyAdvertisementManagerMacTest,
EXPECT_FALSE(advertisement_); EXPECT_FALSE(advertisement_);
EXPECT_FALSE(registration_error_); EXPECT_FALSE(registration_error_);
// Change the adapter state to CBPeripheralManagerStateUnsupported, which // Change the adapter state to CBPeripheralManagerStatePoweredOff, which
// causes the registration to fail. // causes the registration to fail.
peripheral_manager_state_ = CBPeripheralManagerStatePoweredOff; peripheral_manager_state_ = CBPeripheralManagerStatePoweredOff;
advertisement_manager_.OnPeripheralManagerStateChanged(); advertisement_manager_.OnPeripheralManagerStateChanged();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment