// =============================================================================
// Copyright (c) 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
// facade tests.
//! Copy publication state at the point of provider failure.
/// Stable copy state for recovery decisions; error text is not a state
/// protocol.
///
/// # Examples
///
/// ```rust
/// use qubit_fs::copy::CopyFailureState;
///
/// assert_eq!(CopyFailureState::Unchanged, CopyFailureState::Unchanged);
/// ```