Fix formatting

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-05-20 13:53:51 +03:00
parent f87e46cc16
commit b658e38acd
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

View File

@ -16,7 +16,7 @@ async fn update_primary_key() {
let (task, _status_code) = index.update(Some("primary")).await;
index.wait_task(task.uid()).await.succeeded();
let (response, code) = index.get().await;
assert_eq!(code, 200);