Skip to main content

test_checkpoint_update_overwrites

Function test_checkpoint_update_overwrites 

Source
pub async fn test_checkpoint_update_overwrites<F, CS>(
    make_checkpoint_store: F,
) -> ContractTestResult
where F: Fn() -> CS + Send + Sync + Clone + 'static, CS: CheckpointStore + Send + Sync + 'static,
Expand description

Contract test: Saving a checkpoint overwrites the previous value