mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
Fix compilation error in tests of settings update
This commit is contained in:
parent
67d8cec209
commit
80c7a00567
@ -726,15 +726,14 @@ impl<'a, 't, 'u, 'i> Settings<'a, 't, 'u, 'i> {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use big_s::S;
|
|
||||||
use heed::types::ByteSlice;
|
|
||||||
use maplit::{btreeset, hashmap, hashset};
|
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::error::Error;
|
use crate::error::Error;
|
||||||
use crate::index::tests::TempIndex;
|
use crate::index::tests::TempIndex;
|
||||||
use crate::update::DeleteDocuments;
|
use crate::update::{ClearDocuments, DeleteDocuments};
|
||||||
use crate::{Criterion, Filter, SearchResult};
|
use crate::{Criterion, Filter, SearchResult};
|
||||||
|
use big_s::S;
|
||||||
|
use heed::types::ByteSlice;
|
||||||
|
use maplit::{btreeset, hashmap, hashset};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn set_and_reset_searchable_fields() {
|
fn set_and_reset_searchable_fields() {
|
||||||
|
Loading…
Reference in New Issue
Block a user