mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
chore: test comment readability improvements
Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
parent
9b660e1058
commit
a626cf4c99
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ async fn get_task_status() {
|
|||
index.wait_task(0).await;
|
||||
let (_response, code) = index.get_task(1).await;
|
||||
assert_eq!(code, 200);
|
||||
// TODO check resonse format, as per #48
|
||||
// TODO check response format, as per #48
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue