auto-sync: 2026-05-18 18:50:08

This commit is contained in:
cfdaily
2026-05-18 18:50:08 +08:00
parent ec67c03120
commit 7fdff8f9bc
+1 -1
View File
@@ -721,7 +721,7 @@ class TestE9RealAgentDispatch:
from src.daemon.dispatcher import Dispatcher
from src.daemon.spawner import AgentSpawner
registry = ProjectRegistry(self.data_root)
dispatcher = Dispatcher(registry)
dispatcher = Dispatcher(registry=registry)
spawner = AgentSpawner(dry_run=False)
return Ticker(
registry=registry,