Adapt tests

This commit is contained in:
F. Levi
2024-10-21 11:43:58 +03:00
parent 8956fb6142
commit 6c3e1e68e7
4 changed files with 10 additions and 10 deletions

View File

@ -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();