diff --git a/tests/suites/test_suite_psa_crypto_persistent_key.function b/tests/suites/test_suite_psa_crypto_persistent_key.function index b8321f90e2..d8c58fea68 100644 --- a/tests/suites/test_suite_psa_crypto_persistent_key.function +++ b/tests/suites/test_suite_psa_crypto_persistent_key.function @@ -466,7 +466,7 @@ void load_primed_storage(int32_t owner_id, TEST_EQUAL(file_status, PSA_ERROR_INVALID_ARGUMENT); } } else if (KEY_ID_IN_RESERVED_FILE_ID_RANGE(key_id_arg) && - file_status == PSA_SUCCESS) { + file_status == PSA_SUCCESS) { /* The key ID corresponds to a reserved file (e.g. transaction * log or entropy seed). Don't corrupt that file. */ } else {