diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-25 13:59:50 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-25 13:59:50 -0400 |
commit | 92229f8f66d3a8b0b1fa8bb935763f7d63126c13 (patch) | |
tree | 602e55c61983c11a5b8eee2e862de9a5412f9311 | |
parent | c47ed0b81bc536bc163bdc663a9462ae587a6b53 (diff) |
blacken
-rw-r--r-- | tests/pkey.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pkey.py b/tests/pkey.py index 58b94239..691fda0f 100644 --- a/tests/pkey.py +++ b/tests/pkey.py @@ -202,6 +202,7 @@ class PKey_: # customize identifiers(). class MyKey(PKey): name = "it me" + assert MyKey.identifiers() == ["it me"] def rsa_is_all_combos_of_cert_and_sha_type(self): |