From 6229f7969c31af15d624798657bd302043f45204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 20 Feb 2021 18:50:10 +0100 Subject: [PATCH] rmeove bad test --- yopa/src/update.rs | 8 -------- 1 file changed, 8 deletions(-) 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(); - } }