mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
test: update DomainTest after refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user