diff options
Diffstat (limited to 'lang/python/tests')
| -rwxr-xr-x | lang/python/tests/t-quick-key-manipulation.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/tests/t-quick-key-manipulation.py b/lang/python/tests/t-quick-key-manipulation.py index 0cfaa9d1..73dce16d 100755 --- a/lang/python/tests/t-quick-key-manipulation.py +++ b/lang/python/tests/t-quick-key-manipulation.py @@ -82,7 +82,7 @@ with support.EphemeralContext() as ctx:      # try to revoke a non-existent UID      try: -        ctx.key_revoke_uid(key, "i dont exist") +        ctx.key_revoke_uid(key, "i don't exist")          # IMHO this should fail.  issue2963.          # assert False, "Expected an error but got none"      except gpg.errors.GpgError: | 
