update tests for user password hash

This commit is contained in:
Yisroel Baum 2026-04-24 13:19:51 +03:00
parent ada29ea957
commit 73ade7f971
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,7 @@ class PlanControllerTest extends TestCase
$this->userRepo->create(new CreateUserDto(
email: new EmailAddress('test@test.com'),
passwordHash: '',
));
$text = $this->textRepo->create(new CreateTextDto('testname'));
$this->nodeRepo->create(new CreateNodeDto(