mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix facet tests
This commit is contained in:
parent
8370fbc92b
commit
073f89db79
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ pub(crate) mod test_helpers {
|
|||
min_level_size: self.min_level_size.get(),
|
||||
};
|
||||
|
||||
update.update(wtxn, field_ids, |_, _, _| Ok(())).unwrap();
|
||||
update.update(wtxn, field_ids).unwrap();
|
||||
}
|
||||
|
||||
pub fn verify_structure_validity(&self, txn: &RoTxn, field_id: u16) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue