mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Implement device loss alarms
PiperOrigin-RevId: 538822094
This commit is contained in:
committed by
Copybara-Service
parent
dbd42b0de3
commit
0ab31f6312
@@ -981,6 +981,11 @@ TEST_F(ClientProxyTest, GetLocalDeviceWorksWithDeviceProvider) {
|
||||
client1_.GetLocalDevice();
|
||||
}
|
||||
|
||||
TEST_F(ClientProxyTest, TestGetSetLocalEndpointInfo) {
|
||||
client1_.UpdateLocalEndpointInfo("endpoint_info");
|
||||
EXPECT_EQ(client1_.GetLocalEndpointInfo(), "endpoint_info");
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace connections
|
||||
} // namespace nearby
|
||||
|
||||
Reference in New Issue
Block a user