diff --git a/yopa/src/update.rs b/yopa/src/update.rs index 9d532b4..e508bd4 100644 --- a/yopa/src/update.rs +++ b/yopa/src/update.rs @@ -85,12 +85,4 @@ mod tests { let obj : UpdateObj = serde_json::from_value(json).unwrap(); } - - #[test] - #[cfg(not(feature = "uuid-ids"))] - fn deserialize2() { - let json = json!(); - - let obj : UpdateObj = serde_json::from_value(json).unwrap(); - } }