test: update DomainTest after refactor

This commit is contained in:
Maël Gangloff
2025-10-22 18:22:36 +02:00
parent 597c744161
commit 51345f15b7
2 changed files with 102 additions and 100 deletions

View File

@@ -127,7 +127,7 @@ class Domain
#[ORM\Column(nullable: false, options: ['default' => false])]
#[Groups(['domain:item', 'domain:list'])]
private ?bool $delegationSigned = null;
private bool $delegationSigned = false;
/**
* @var Collection<int, DnsKey>