diff --git a/quake_core/src/transflow/transflow.rs b/quake_core/src/transflow/transflow.rs index 8a3e39b5..2cdbf127 100644 --- a/quake_core/src/transflow/transflow.rs +++ b/quake_core/src/transflow/transflow.rs @@ -139,9 +139,7 @@ mod tests { .join("transflows.yaml"); let content = fs::read_to_string(path).unwrap(); - let flows: Vec = serde_yaml::from_str(&*content).unwrap(); - - assert_eq!(1, flows.len()); + let _flows: Vec = serde_yaml::from_str(&*content).unwrap(); } #[test]