mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 12:15:45 +00:00
Fix formatting
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
f87e46cc16
commit
b658e38acd
@ -16,7 +16,7 @@ async fn update_primary_key() {
|
|||||||
|
|
||||||
let (task, _status_code) = index.update(Some("primary")).await;
|
let (task, _status_code) = index.update(Some("primary")).await;
|
||||||
index.wait_task(task.uid()).await.succeeded();
|
index.wait_task(task.uid()).await.succeeded();
|
||||||
|
|
||||||
let (response, code) = index.get().await;
|
let (response, code) = index.get().await;
|
||||||
|
|
||||||
assert_eq!(code, 200);
|
assert_eq!(code, 200);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user