mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
fix clippy warnings
This commit is contained in:
@ -69,5 +69,5 @@ async fn test_create_multiple_indexes() {
|
||||
assert_eq!(index1.get().await.1, 200);
|
||||
assert_eq!(index2.get().await.1, 200);
|
||||
assert_eq!(index3.get().await.1, 200);
|
||||
assert_eq!(index4.get().await.1, 404);
|
||||
assert_eq!(index4.get().await.1, 400);
|
||||
}
|
||||
|
Reference in New Issue
Block a user