Commit
e7a0276e009539a2f2de9823c4dca2d2b3003338
by juslopezgRefactor tests and tidy AdoptionTrackingController
Make widespread test cleanup and minor controller improvements: convert test classes to package-private (remove public), remove unused imports, simplify assertThrows usage to single-line lambdas, and tidy whitespace/comments across many service tests. In AdoptionTrackingController, streamline create(...) to return ResponseEntity<AdoptionTrackingDTO> directly and simplify entity conversion/response creation. These changes improve readability, reduce noise, and remove redundant code in tests and the controller.
(commit: e7a0276)