diff --git a/tests/test_key_handling/test_key_derivation/test_path.py b/tests/test_key_handling/test_key_derivation/test_path.py index 1d2f0b3..faaac4b 100644 --- a/tests/test_key_handling/test_key_derivation/test_path.py +++ b/tests/test_key_handling/test_key_derivation/test_path.py @@ -35,7 +35,6 @@ def test_IKM_to_lamport_SK() -> None: assert test_vector_lamport_1 == lamport_1 - def test_parent_SK_to_lamport_PK() -> None: parent_SK = test_vector['master_SK'] index = test_vector['child_index']