mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Add unit tests
This commit is contained in:
parent
ea7d34907c
commit
2481e89c2a
3 changed files with 39 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Command(BaseCommand):
|
|||
valid_domains = Domain.objects.filter(
|
||||
expiration_date__gte=self.expiration_minimum_cutoff,
|
||||
expiration_date__lte=self.expiration_maximum_cutoff,
|
||||
state=Domain.State.READY
|
||||
state=Domain.State.READY,
|
||||
).order_by("name")
|
||||
|
||||
domains_to_change_count = valid_domains.count()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue