mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove deprecated methods.
PiperOrigin-RevId: 829640164
This commit is contained in:
committed by
Copybara-Service
parent
f58e9820d5
commit
48ddaf0a95
@@ -62,11 +62,6 @@
|
||||
XCTAssertFalse(_adapter.SetName("TestName", true));
|
||||
}
|
||||
|
||||
- (void)testGetMacAddress {
|
||||
// Currently hardcoded to return "".
|
||||
XCTAssertEqual(_adapter.GetMacAddress(), "");
|
||||
}
|
||||
|
||||
- (void)testGetAddress {
|
||||
// Currently hardcoded to return an empty MacAddress.
|
||||
nearby::MacAddress emptyAddress;
|
||||
|
||||
Reference in New Issue
Block a user