Skip to content

Commit

Permalink
Deprecated INSTANTIATE_TEST_CASE_P (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrubson authored Mar 3, 2020
1 parent a643971 commit 3d26217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Cipher_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()));

0 comments on commit 3d26217

Please sign in to comment.