}
upd := &Update{
id: id,
state: stateAccepted,
request: nil,
acceptedEventID: acceptedEventID,
onComplete: func() {},
instrumentation: &noopInstrumentation,
accepted: future.NewReadyFuture[*failurepb.Failure](nil, nil),
outcome: future.NewFuture[*updatepb.Outcome](),
}
opt(upd)
}
}