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

@ -45,6 +45,7 @@ class CreatePlanTest extends TestCase
$this->createScheduledNode = new CreateScheduledNode(
scheduledNodeRepo: $this->scheduledNodeRepo,
planRepo: $this->planRepo,
nodeRepo: $this->nodeRepo,
);
$this->textRepo->create(new CreateTextDto('testname'));
$this->useCase = new CreatePlan(