diff --git a/test/Cipher_test.cpp b/test/Cipher_test.cpp index da3ab9d..ce63d53 100644 --- a/test/Cipher_test.cpp +++ b/test/Cipher_test.cpp @@ -191,5 +191,5 @@ TEST_P(CipherTest, ConfigLoadStore) { EXPECT_TRUE(cipher->compareKey(key, key2)); } -INSTANTIATE_TEST_CASE_P(CipherKey, CipherTest, +INSTANTIATE_TEST_SUITE_P(CipherKey, CipherTest, ValuesIn(Cipher::GetAlgorithmList()));