mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix unexisting update store + race conditions
This commit is contained in:
parent
3f68460d6c
commit
40b3451a4e
3 changed files with 48 additions and 14 deletions
|
@ -46,6 +46,7 @@ async fn list_no_updates() {
|
|||
let index = server.index("test");
|
||||
index.create(None).await;
|
||||
let (response, code) = index.list_updates().await;
|
||||
println!("response: {}", response);
|
||||
assert_eq!(code, 200);
|
||||
assert!(response.as_array().unwrap().is_empty());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue