reupload the test fix for the dump

This commit is contained in:
Irevoire
2022-10-26 18:44:10 +02:00
committed by Clément Renault
parent fa84eae0f1
commit 866a3676eb
12 changed files with 182 additions and 125 deletions

View File

@ -1,4 +1,4 @@
use std::collections::{BTreeMap, BTreeSet, HashSet};
use std::collections::{BTreeMap, BTreeSet};
use std::marker::PhantomData;
use std::str::FromStr;
@ -60,7 +60,7 @@ pub struct Settings<T> {
deserialize_with = "deserialize_some",
skip_serializing_if = "Option::is_none"
)]
pub filterable_attributes: Option<Option<HashSet<String>>>,
pub filterable_attributes: Option<Option<BTreeSet<String>>>,
#[serde(
default,