Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add company register status job tests
- Add test for checking companies with status K (DELETED) that should be scheduled for force delete - Add test for checking companies that are not found in register and should be deleted - Add company_details method to CompanyRegisterClientStub for mocking API responses The tests verify that: 1. Companies with DELETED status are properly marked for force delete 2. Companies not found in register are marked as deleted and scheduled for force delete 3. Proper mocking of company_details API responses
- Loading branch information