mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
clean project
This commit is contained in:
parent
c4846dafca
commit
2ee2e6a9b2
9 changed files with 0 additions and 970 deletions
|
@ -46,7 +46,6 @@ 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