mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix fast_pair_handshake_lookup_test
PiperOrigin-RevId: 529465499
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user