Update op id

This commit is contained in:
Andrew Jeffery 2021-05-12 16:29:24 +01:00
parent d36149e3ce
commit 5713f4263f

View file

@ -538,7 +538,7 @@ fn test_apply_updates_inside_lists() {
obj_type: SequenceType::List,
edits: vec![DiffEdit::Update{
index: 0,
op_id: actor.op_id_at(2),
op_id: actor.op_id_at(3),
value: Diff::Value("greenfinch".into()),
}],
})