test: add empty list test

This commit is contained in:
rvcas
2023-06-30 16:12:51 -04:00
parent 291dedf4e8
commit 8a7df7f66b
13 changed files with 187 additions and 148 deletions

View File

@@ -3213,7 +3213,7 @@ impl TryFrom<u8> for StepKind {
}
#[cfg(test)]
mod test {
mod tests {
use super::*;
use pretty_assertions::assert_eq;