Skip to content

Commit c119c35

Browse files
committed
test(v4): bench receipt — Path B is real now, use Path C for the 'deferred' fixture
1 parent eb7d128 commit c119c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/v4/test_benchmark_receipt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def test_measure_cell_kda_returns_receipt():
4646

4747

4848
def test_measure_cell_deferred_path_marks_unavailable():
49-
"""Path B is currently unavailable; receipt should reflect that."""
49+
"""Path C is currently unavailable; receipt should reflect that."""
5050
shape = CellShape(
51-
block="gdn", path="path_b", batch=1, seq_len=2,
51+
block="gdn", path="path_c", batch=1, seq_len=2,
5252
num_heads=2, head_dim_k=4, head_dim_v=4,
5353
)
5454
receipt = measure_cell(shape)

0 commit comments

Comments
 (0)