Skip to content

Commit

Permalink
feat: add company register status job tests
Browse files Browse the repository at this point in the history
- 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
OlegPhenomenon committed Nov 14, 2024
1 parent 44e42dd commit da17294
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 264 deletions.
Loading

0 comments on commit da17294

Please sign in to comment.