mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
added BUILD for nearby sharing client and fixed Wifi DIrect issues.
This commit is contained in:
@@ -43,7 +43,7 @@ TEST(UtilsTests, GenNewUuid) {
|
||||
|
||||
TEST(UtilsTests, GenRandSSID) {
|
||||
std::string ssid = RandSSID();
|
||||
EXPECT_EQ(ssid.length(), 32);
|
||||
EXPECT_EQ(ssid.length(), 31);
|
||||
EXPECT_EQ(ssid.find("DIRECT-"), 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user