apply first round of review comments

This commit is contained in:
Tamo 2024-06-05 12:09:14 +02:00
parent 400cf3eb92
commit 49fa41ce65
3 changed files with 5 additions and 9 deletions

View file

@ -1993,7 +1993,7 @@ async fn generate_and_import_dump_containing_vectors() {
let response = index.wait_task(response.uid()).await;
snapshot!(response["status"], @r###""succeeded""###);
// ========= We made a dump, now we should clear the DB except and try to import our dump
// ========= We made a dump, now we should clear the DB and try to import our dump
drop(server);
tokio::fs::remove_dir_all(&opt.db_path).await.unwrap();
let dump_name = format!("{}.dump", response["details"]["dumpUid"].as_str().unwrap());