Fix fast_pair_handshake_lookup_test

PiperOrigin-RevId: 529465499
This commit is contained in:
Qin Wang
2023-05-04 11:27:56 -07:00
committed by Copybara-Service
parent 58772e95f9
commit 9c5664577e
@@ -39,6 +39,8 @@ class FastPairHandshakeLookupTest : public ::testing::Test {
device_->set_public_address(kPubliceAddress);
}
~FastPairHandshakeLookupTest() override { delete device_; }
void CreateFastPairHandshkeInstanceForDevice(FastPairDevice& device) {
CountDownLatch latch(1);
Mediums mediums;