Update core_message_util_test LicenseResponse18 unit test for variable max num keys change

PiperOrigin-RevId: 557685272
Change-Id: Ib9e1b6c38d1f135c757e734c1c9f36d3913a21ca
This commit is contained in:
Vicky Min
2023-08-16 20:34:41 -07:00
committed by Robert Shih
parent 5c718ecb0d
commit c26d6d3c97
3 changed files with 2 additions and 6 deletions

View File

@@ -1095,7 +1095,7 @@ TEST_P(OdkVersionTest, LicenseResponseRoundtripMoreThanMaxKeys) {
bool result =
CreateCoreLicenseResponse(features_, parsed_license, core_request,
request_hash_string, &oemcrypto_core_message);
EXPECT_FALSE(result);
EXPECT_TRUE(result);
delete[] buf;
delete[] zero;