Ruff fix
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
Alexander Brown 2026-01-29 18:09:37 -08:00
parent 0b1b234d90
commit 810265e011

View File

@ -109,7 +109,7 @@ def test_prune_across_multiple_roots(
"""Prune correctly handles assets across input and output roots."""
scope = f"multi-{uuid.uuid4().hex[:6]}"
input_fp = create_seed_file("input", scope, "input.bin")
output_fp = create_seed_file("output", scope, "output.bin")
create_seed_file("output", scope, "output.bin")
trigger_sync_seed_assets(http, api_base)
assert len(find_asset(scope)) == 2