remove missed default value
This commit is contained in:
parent
041590da15
commit
8eb0f2366b
4 changed files with 4 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ class PlanControllerTest extends TestCase
|
|||
$this->user = $this->userRepo->create(new CreateUserDto(
|
||||
email: new EmailAddress('test@test.com'),
|
||||
passwordHash: '',
|
||||
isAdmin: false,
|
||||
));
|
||||
$text = $this->textRepo->create(new CreateTextDto('testname'));
|
||||
$this->nodeRepo->create(new CreateNodeDto(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue