Skip to content

Commit

Permalink
enerate_psa_tests.py fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
  • Loading branch information
mprse committed Oct 8, 2021
1 parent d9d630c commit 25f7063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/generate_psa_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ def test_case_for_key_type_not_supported_invalid_arg(
adverb = param_descr + ' ' + adverb
if (verb == "generate") and ("PUBLIC" in short_key_type):
tc.set_description('PSA {} {} {}-bit invalid argument'
.format(verb, short_key_type, bits))
.format(verb, short_key_type, bits))
tc.set_function(verb + '_invalid_arg')
else:
tc.set_description('PSA {} {} {}-bit {} supported'
.format(verb, short_key_type, bits, adverb))
.format(verb, short_key_type, bits, adverb))
tc.set_function(verb + '_not_supported')
tc.set_dependencies(dependencies)
tc.set_arguments([key_type] + list(args))
Expand Down

0 comments on commit 25f7063

Please sign in to comment.