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
|
@ -625,7 +625,7 @@ async fn add_documents_no_index_creation() {
|
|||
OffsetDateTime::parse(response["enqueuedAt"].as_str().unwrap(), &Rfc3339).unwrap();
|
||||
assert!(processed_at > enqueued_at);
|
||||
|
||||
// index was created, and primary key was infered.
|
||||
// index was created, and primary key was inferred.
|
||||
let (response, code) = index.get().await;
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(response["primaryKey"], "id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue