=== Send Now Query Alignment Test === Test 1: Verify findByScheduleId returns most recent notification (regardless of status) ✗ Doc comment not updated Test 2: Verify query structure (should not have AND n.status = 1 in findByScheduleId) ✗ Query still has AND n.status = 1 filter ✓ Query includes ORDER BY n.created DESC Test 3: Verify NotificationService method comment updated ✓ Service method comment updated correctly Test 4: Verify StudiesController Send Now error message ✗ Error message not updated correctly ✗ Comment not updated Test 5: Verify SchedulesController comment updated ✓ Comment updated to explain new behavior === Test Summary === ✗ test1 ✗ test2 ✓ test2_order ✓ test3 ✗ test4 ✗ test4_comment ✓ test5 Total: 3/7 tests passed ✗ Some tests failed. Please review output above.