mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
chore: even more fixes
This commit is contained in:
parent
dfdbfa7cee
commit
77d0197c90
1 changed files with 1 additions and 4 deletions
|
@ -131,10 +131,7 @@ mod test {
|
|||
for _ in 0..COLLAB_COUNT {
|
||||
let workspace_id = Uuid::new_v4();
|
||||
let object_id = Uuid::new_v4();
|
||||
let sink = gossip
|
||||
.sink(&workspace_id.to_string(), &object_id.to_string())
|
||||
.await
|
||||
.unwrap();
|
||||
let sink = gossip.sink(&workspace_id, &object_id).await.unwrap();
|
||||
let stream = gossip.awareness_stream(&object_id);
|
||||
collabs.push((sink, stream));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue