test/keys: fix a test name

pull/267/head
Bogdan Opanchuk 2021-04-18 21:12:09 -07:00
parent 7b7fdfa285
commit dd76047a42
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def test_public_key_str():
assert 'PublicKey' in s
def test_keying_material_serialization():
def test_secret_key_factory_serialization():
factory = SecretKeyFactory.random()
encoded_factory = bytes(factory)