Skip to content

Commit

Permalink
Renames test_sumcheck_circuit to test_verify_honk_proof
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Jan 7, 2025
1 parent a59791f commit 63b04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hydra/circuits/test_honk.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@pytest.mark.parametrize(
"system", [ProofSystem.UltraKeccakHonk, ProofSystem.UltraStarknetHonk]
)
def test_sumcheck_circuit(system: ProofSystem):
def test_verify_honk_proof(system: ProofSystem):
vk = HonkVk.from_bytes(open(f"{PATH}/vk_ultra_keccak.bin", "rb").read())
flavor = "keccak" if system == ProofSystem.UltraKeccakHonk else "starknet"
proof = HonkProof.from_bytes(open(f"{PATH}/proof_ultra_{flavor}.bin", "rb").read())
Expand Down

0 comments on commit 63b04ab

Please sign in to comment.