feat(worker): register planning services and add Merge-all hub methods

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-04-24 18:28:38 +02:00
parent e58cac24e1
commit 3008c36921
4 changed files with 77 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ public sealed class PlanningHubTests : IDisposable
{
var hub = new WorkerHub(
null!, null!, null!, null!, null!, null!, null!, null!,
_planning, _launcher);
_planning, _launcher, null!, null!);
hub.Clients = new FakeHubCallerClients(_proxy);
hub.Context = new FakeHubCallerContext();
return hub;