diff --git a/tests/suites/test_suite_psa_crypto_driver_wrappers.function b/tests/suites/test_suite_psa_crypto_driver_wrappers.function index e420a33137..3023a68665 100644 --- a/tests/suites/test_suite_psa_crypto_driver_wrappers.function +++ b/tests/suites/test_suite_psa_crypto_driver_wrappers.function @@ -1852,7 +1852,7 @@ void asymmetric_encrypt_decrypt( data_t *key_data, /* We don't know what ciphertext length to expect, but check that * it looks sensible. */ TEST_ASSERT( output_length <= output_size ); - + if ( expected_status_encrypt == PSA_SUCCESS ) { if ( fake_output_encrypt->len > 0 ) @@ -1906,4 +1906,4 @@ exit: mbedtls_free( output2 ); PSA_DONE( ); } -/* END_CASE */ \ No newline at end of file +/* END_CASE */