Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583304871
Change-Id: I439d430dd8ef00d462cccd8a20914ba1507eb736
  • Loading branch information
ise-crypto authored and copybara-github committed Nov 17, 2023
1 parent 1712b6a commit cda5be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tink/daead/deterministic_aead_config_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ TEST_F(DeterministicAeadConfigTest, RegisterFipsValidTemplates) {
non_fips_key_templates.push_back(DeterministicAeadKeyTemplates::Aes256Siv());

for (auto key_template : non_fips_key_templates) {
auto new_keyset_handle_result = KeysetHandle::GenerateNew(key_template);
auto new_keyset_handle_result =
KeysetHandle::GenerateNew(key_template, KeyGenConfigGlobalRegistry());
EXPECT_THAT(new_keyset_handle_result.status(),
StatusIs(absl::StatusCode::kNotFound));
}
Expand Down

0 comments on commit cda5be9

Please sign in to comment.