add node to scheduled node

This commit is contained in:
Yisroel Baum 2026-04-27 09:28:43 +03:00
parent d47a0235d2
commit a9265abeae
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
8 changed files with 88 additions and 6 deletions

View file

@ -55,6 +55,7 @@ class PlanControllerTest extends TestCase
$createScheduledNode = new CreateScheduledNode(
scheduledNodeRepo: $this->scheduledNodeRepo,
planRepo: $this->planRepo,
nodeRepo: $this->nodeRepo,
);
$this->createPlan = new CreatePlan(
$this->planRepo,