woop
This commit is contained in:
committed by
Greg Fitzgerald
parent
60da7f7aaf
commit
239b925fb3
@@ -723,8 +723,8 @@ mod test {
|
||||
serve.local_addr().unwrap(),
|
||||
event.local_addr().unwrap(),
|
||||
);
|
||||
let crdt = Crdt::new(d);
|
||||
trace!("data: {:?}", d);
|
||||
let crdt = Crdt::new(d);
|
||||
(Arc::new(RwLock::new(crdt)), gossip, replicate, serve)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user