aboutsummaryrefslogtreecommitdiff
path: root/cc/config
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2019-08-06 10:23:13 +0200
committerThomas Holenstein <tholenst@google.com>2019-08-06 11:05:05 +0200
commit49817eba101f7604ca7569cddaa987fabc986931 (patch)
tree2d4b0a3755c477bd6d04c9d5fb04da96b9d632bc /cc/config
parent625dafde0cf7f97b0010159c451346caa2d2c22c (diff)
downloadtink-49817eba101f7604ca7569cddaa987fabc986931.tar.gz
Add license headers I forgot.
PiperOrigin-RevId: 261862603
Diffstat (limited to 'cc/config')
-rw-r--r--cc/config/tink_config_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/tink_config_test.cc b/cc/config/tink_config_test.cc
index 54e377519..66938b929 100644
--- a/cc/config/tink_config_test.cc
+++ b/cc/config/tink_config_test.cc
@@ -42,7 +42,7 @@ TEST(TinkConfigTest, RegisterWorks) {
EXPECT_THAT(Registry::get_key_manager<Aead>(AesGcmKeyManager().get_key_type())
.status(),
StatusIs(util::error::NOT_FOUND));
- TinkConfig::Register();
+ EXPECT_THAT(TinkConfig::Register(), IsOk());
EXPECT_THAT(Registry::get_key_manager<Aead>(AesGcmKeyManager().get_key_type())
.status(),
IsOk());