mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 21:20:24 +01:00
Fix typo in comment
This commit is contained in:
parent
2668f841d1
commit
e9e2349ce6
@ -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…
x
Reference in New Issue
Block a user