mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Adapt tests
This commit is contained in:
@ -382,7 +382,7 @@ impl<'de> Deserialize<'de> for Action {
|
||||
}
|
||||
|
||||
impl Sequence for Action {
|
||||
const CARDINALITY: usize = Self::SERDE_MAP_ARR.len();
|
||||
const CARDINALITY: usize = Self::FLAGS.len();
|
||||
|
||||
fn next(&self) -> Option<Self> {
|
||||
let mut iter = Self::FLAGS.iter();
|
||||
|
Reference in New Issue
Block a user