mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
clean project
This commit is contained in:
parent
c4846dafca
commit
2ee2e6a9b2
9 changed files with 0 additions and 970 deletions
|
@ -7,7 +7,6 @@ async fn create_index_no_primary_key() {
|
|||
let index = server.index("test");
|
||||
let (response, code) = index.create(None).await;
|
||||
|
||||
println!("response: {}", response);
|
||||
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(response["uid"], "test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue