diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp index a0d77917..d8d531ef 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp @@ -3449,7 +3449,7 @@ TEST_P(OEMCryptoLicenseTest, QueryKeyControl) { // clear key control block (KCB) in the license response. An OEMCrypto v17.1+ // implementation should be able to handle the clear KCB in the 16.4.x response // and load the license correctly. -TEST_F(OEMCryptoSessionTests, ClearKcbAPI16_4) { +TEST_F(OEMCryptoSessionTests, ClearKcbAPI17) { Session s; ASSERT_NO_FATAL_FAILURE(s.open()); ASSERT_NO_FATAL_FAILURE(InstallTestRSAKey(&s));