Update op id
This commit is contained in:
parent
d36149e3ce
commit
5713f4263f
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
}],
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue