diff --git a/src/ado/mod.rs b/src/ado/mod.rs index 0d118768..00111428 100644 --- a/src/ado/mod.rs +++ b/src/ado/mod.rs @@ -2611,11 +2611,6 @@ mod tests { // ==================== MatchMethod display ==================== - #[test] - fn test_match_method_explicit_display() { - assert_eq!(format!("{}", MatchMethod::Explicit), "explicit"); - } - #[test] fn test_match_method_all_variants_display() { assert_eq!(format!("{}", MatchMethod::YamlPath), "yaml-path");