Skip to content

Commit

Permalink
rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jul 3, 2023
1 parent 4939e79 commit 2137e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferveo-python/test/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_dkg_public_key_serialization():
assert len(serialized) == DkgPublicKey.serialized_size()


def test_dkg_public_key_serialization():
def test_public_key_serialization():
pk = make_pk()
serialized = bytes(pk)
assert len(serialized) == FerveoPublicKey.serialized_size()

0 comments on commit 2137e24

Please sign in to comment.