Skip to content

Commit 039ed7b

Browse files
author
Grace Lee Rui Yue
committed
Adapt graph verifier tests to capability-scoped invocation
1 parent cfcb2d3 commit 039ed7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/domain/graph/test_graph_verification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def test_graph6_h24_decode_is_exact_and_independently_replayed(
5656
verified = graph_verification_services.core.capabilities.invoke(
5757
CapabilityRequest(
5858
capability_id="graph.encoding.graph6.decode.verify",
59-
mode=CapabilityMode.VERIFY,
6059
input={"input": payload, "candidate": decoded},
6160
)
6261
)
@@ -82,7 +81,6 @@ def test_graph6_checker_rejects_wrong_bit_order_result(
8281
rejected = graph_verification_services.core.capabilities.invoke(
8382
CapabilityRequest(
8483
capability_id="graph.encoding.graph6.decode.verify",
85-
mode=CapabilityMode.VERIFY,
8684
input={"input": payload, "candidate": forged},
8785
)
8886
)

0 commit comments

Comments
 (0)