mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Automated Code Change
PiperOrigin-RevId: 714797438
This commit is contained in:
@@ -60,7 +60,7 @@ TEST(CredentialsTest, CopyLocalCredential) {
|
||||
LocalCredential pc1 = {};
|
||||
pc1.set_identity_type(IDENTITY_TYPE_PRIVATE_GROUP);
|
||||
auto salts = pc1.mutable_consumed_salts();
|
||||
salts->insert(std::pair<int32, bool>(15, true));
|
||||
salts->insert(std::pair<int32_t, bool>(15, true));
|
||||
LocalCredential pc1_copy = {pc1};
|
||||
EXPECT_THAT(pc1, EqualsProto(pc1_copy));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user