mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
makes clippy happy
This commit is contained in:
parent
6c2ecec4d0
commit
8bc602a7dd
@ -719,7 +719,7 @@ async fn test_summarized_index_swap() {
|
||||
|
||||
server.index("doggos").create(None).await;
|
||||
server.index("cattos").create(None).await;
|
||||
let (ret, _code) = server
|
||||
server
|
||||
.index_swap(json!([
|
||||
{ "indexes": ["doggos", "cattos"] }
|
||||
]))
|
||||
|
Loading…
Reference in New Issue
Block a user