Skip to content

Commit 8258f76

Browse files
committed
style: ruff-format folded-in enrichment test
1 parent ca0482c commit 8258f76

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_warpline_requirements_enrichment.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ def test_status_absent_when_only_binding_is_rejected(tmp_path: Path) -> None:
134134
# as test_status_absent_when_resolved_but_unbound; never a silent "present".
135135
surface, seed = _seed_bound(tmp_path)
136136
service = surface._service()
137-
req = service.create_requirement(
138-
"Audit retention", "The system shall retain audit logs for 90 days.", "human:john"
139-
)
137+
req = service.create_requirement("Audit retention", "The system shall retain audit logs for 90 days.", "human:john")
140138
service.add_acceptance_criterion(req.id, "Logs older than 90 days are purged.", actor="human:john")
141139
service.approve_requirement(req.id, actor="human:john", expected_version=0, idempotency_key="approve-2")
142140
link = service.propose_trace_link(

0 commit comments

Comments
 (0)