How to test Name expiration
- Reserve a Company Name
- Search via Mongo DB {appCode:”ng-companies”,status:”activated”, rootDomainName:{$in:[‘ReservedName’]}}
- Update domaintree > attributes > EndDate to current date -1

- Press update
- Search via Mongo DB {appCode:”ng-companies”,status:”activated”, rootDomainName:{$in:[‘Schedule’]}}

- Update the next schedule time to -1 day (This will force the execution)
0

