**Problem:** Mocks don't validate SQL correctness, transaction behavior, or constraint violations. **Acceptance Criteria:** - [x] Integrate PostgreSQL Testcontainers in the test suite. - [x] Write at least one end-to-end integration test (testing full DB persistence logic without mocks) for the `WorkoutService`.
Problem: Mocks don't validate SQL correctness, transaction behavior, or constraint violations.
Acceptance Criteria:
WorkoutService.