From 92229f8f66d3a8b0b1fa8bb935763f7d63126c13 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 25 May 2023 13:59:50 -0400 Subject: blacken --- tests/pkey.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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): -- cgit v1.2.3