mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix tests
This commit is contained in:
parent
0d3fb5ee0d
commit
0dfd1b74c8
10 changed files with 23 additions and 22 deletions
|
@ -70,5 +70,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, 400);
|
||||
assert_eq!(index4.get().await.1, 404);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue