clean project

This commit is contained in:
mpostma
2021-03-12 14:57:24 +01:00
parent c4846dafca
commit 2ee2e6a9b2
9 changed files with 0 additions and 970 deletions

View File

@ -6,13 +6,11 @@ async fn create_and_delete_index() {
let index = server.index("test");
let (_response, code) = index.create(None).await;
println!("response: {}", _response);
assert_eq!(code, 200);
let (_response, code) = index.delete().await;
println!("response: {}", _response);
assert_eq!(code, 200);