feat: Implement DAG-based conflict resolution with binary keys and multi-head CLI display
This commit is contained in:
@@ -451,7 +451,7 @@ mod tests {
|
||||
let ops = vec![
|
||||
Operation {
|
||||
op_type: Some(operation::OpType::Put(PutOp {
|
||||
key: "/test".to_string(),
|
||||
key: b"/test".to_vec(),
|
||||
value: b"hello".to_vec(),
|
||||
})),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user