restore synonyms tests

This commit is contained in:
mpostma
2020-12-02 18:55:39 +01:00
committed by many
parent db64e19b8d
commit a7c88c7951
3 changed files with 1165 additions and 1135 deletions

View File

@ -882,7 +882,6 @@ mod tests {
// even try to search for a document
let reader = db.main_read_txn().unwrap();
println!("here");
let SortResult {documents, .. } = index.query_builder().query(&reader, Some("21 "), 0..20).unwrap();
assert_matches!(documents.len(), 1);