mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
style: ruff format leftovers from Wave A-D sessions
Pure whitespace / line-wrap reformats accumulated when ruff format ran during earlier waves but weren't included in their commits. No semantic changes — collection literals reflowed, with-statement context managers regrouped via PEP 617 parens.
This commit is contained in:
@@ -164,9 +164,7 @@ async def test_force_true_bypasses_cache(
|
||||
# First call populates the cache.
|
||||
await svc.ensure_workspace(project_slug="roboco", agent_id=agent.id)
|
||||
# Second call with force=True must bypass the cache and fetch again.
|
||||
await svc.ensure_workspace(
|
||||
project_slug="roboco", agent_id=agent.id, force=True
|
||||
)
|
||||
await svc.ensure_workspace(project_slug="roboco", agent_id=agent.id, force=True)
|
||||
|
||||
assert fetch_call_count == _EXPECTED_TWO_FETCHES, (
|
||||
f"force=True should bypass cache and fetch again; "
|
||||
|
||||
Reference in New Issue
Block a user