mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix tests
This commit is contained in:
parent
9681ffca52
commit
2f3a439566
8 changed files with 12 additions and 12 deletions
|
@ -28,7 +28,7 @@ async fn stats() {
|
|||
let index = server.index("test");
|
||||
let (_, code) = index.create(Some("id")).await;
|
||||
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(code, 201);
|
||||
|
||||
let (response, code) = server.stats().await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue