Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 714797438
  • Loading branch information
hai007 authored and copybara-github committed Jan 13, 2025
1 parent ed79ce5 commit 3c09432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presence/credential_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 3c09432

Please sign in to comment.