···569569/// Testable core logic for `request_claim_verification`.
570570///
571571/// Extracted to a separate function to avoid requiring Tauri's `State` in tests.
572572+#[cfg(test)]
572573pub(crate) async fn request_claim_verification_impl(
573574 claim_state: &ClaimState,
574575) -> Result<(), ClaimError> {