Skip to content

Commit b062248

Browse files
committed
Fix up typos in test file
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
1 parent 7c244e5 commit b062248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suites/test_suite_psa_crypto_se_driver_hal.function

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
( PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( \
2828
PSA_KEY_PERSISTENCE_DEFAULT, TEST_DRIVER_LOCATION ) )
2929

30-
#define TEST_SE_VOLAITLE_LIFETIME \
30+
#define TEST_SE_VOLATILE_LIFETIME \
3131
( PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION( \
3232
PSA_KEY_PERSISTENCE_VOLATILE, TEST_DRIVER_LOCATION ) )
3333

@@ -895,7 +895,7 @@ void key_creation_import_export( int lifetime_arg, int min_slot, int restart )
895895
else
896896
{
897897
/* For volatile keys, check no persistent data was created */
898-
if( ! check_no_persistent_data( location ) ) )
898+
if( ! check_no_persistent_data( location ) )
899899
goto exit;
900900
}
901901

0 commit comments

Comments
 (0)