mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix typo in comment
This commit is contained in:
parent
2668f841d1
commit
e9e2349ce6
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@ mod tests {
|
|||
]))
|
||||
.unwrap();
|
||||
|
||||
// Check that there is **always** 3 documents.
|
||||
// Check that there is **always** 6 documents.
|
||||
let rtxn = index.read_txn().unwrap();
|
||||
let count = index.number_of_documents(&rtxn).unwrap();
|
||||
assert_eq!(count, 6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue