chore: fix clippy errors

This commit is contained in:
Bartosz Sypytkowski 2024-11-06 10:57:32 +01:00
parent 8f0f1b0c08
commit f3cd597832
2 changed files with 2 additions and 1 deletions

View File

@ -259,6 +259,7 @@ where
}
}
#[allow(dead_code)]
fn spawn_handle_unindexed_collabs(
indexer_provider: Arc<IndexerProvider>,
storage: Arc<dyn CollabStorage>,

View File

@ -46,7 +46,7 @@ async fn run_multiple_text_edits() {
// run test scenario
let collab = writer.collabs.get(&object_id).unwrap().collab.clone();
let expected = test_scenario.execute(collab, 25_000).await;
let expected = test_scenario.execute(collab, 10_000).await;
// wait for the writer to complete sync
writer.wait_object_sync_complete(&object_id).await.unwrap();