=== Send Now Fix Verification === 1. Verifying NotificationRepository::findByScheduleId() fix... ✓ Query filters by status = 1 (FIXED) ✓ Status filter is in WHERE clause 2. Verifying StudiesController::sendNow() logging... ✓ Study ID logging present ✗ Schedule ID logging missing ✓ Notification ID logging present ✓ Success logging present ✗ Error logging missing 3. Verifying NotificationService::setDueToNow() logging... ✓ Current due time logging present ✓ Success logging present ✓ New due time logging present ✓ Error logging present ✓ Failure logging present 4. Verifying NotificationRepository::setDueToNow() logging... ✓ Row count logging present ✓ Error logging present 5. Verifying SQL UPDATE query... ✓ Uses CURRENT_TIMESTAMP for due field ✓ Also updates updated timestamp ============================================================ Tests Passed: 14 Tests Failed: 2 ============================================================ ❌ VERIFICATION FAILED