diff --git a/src/de.rs b/src/de.rs index 06c0eae..dfefa93 100644 --- a/src/de.rs +++ b/src/de.rs @@ -52,11 +52,6 @@ where mod tests { use super::*; - #[test] - fn test_intentional_failure() { - assert!(false); - } - #[test] fn test_only_true() { #[derive(Debug, PartialEq, Eq, serde::Deserialize)]