pub async fn test_position_based_resumption<F, S>(
make_store: F,
) -> ContractTestResultwhere
F: Fn() -> S + Send + Sync + Clone + 'static,
S: EventStore + EventReader + Send + Sync + 'static,Expand description
Contract test: Position-based resumption works correctly