Skip to content

Commit eefda04

Browse files
committed
kevm-pyk/test_prove: remove unused test parameter setting
1 parent d404297 commit eefda04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kevm-pyk/src/tests/integration/test_prove.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@ def __init__(
293293

294294

295295
TEST_PARAMS: dict[str, TParams] = {
296-
'mcd/vat-slip-pass-rough-spec.k': TParams(
297-
main_claim_id='VAT-SLIP-PASS-ROUGH-SPEC.Vat.slip.pass.rough',
298-
leaf_number=1,
299-
),
300296
'functional/lemmas-spec.k': TParams(workers=8),
301297
'examples/sum-to-n-foundry-spec.k': TParams(break_on_basic_blocks=True),
302298
}

0 commit comments

Comments
 (0)