From 02e3f93caa1f1d330d077ac88583310d572a5b15 Mon Sep 17 00:00:00 2001 From: Paul Fariello Date: Thu, 5 Dec 2019 21:46:48 +0100 Subject: [PATCH] fixup! Add more test on Optionnal, Required children serialization --- xmpp-parsers/src/muc/muc.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xmpp-parsers/src/muc/muc.rs b/xmpp-parsers/src/muc/muc.rs index 02e849c7..ef5186db 100644 --- a/xmpp-parsers/src/muc/muc.rs +++ b/xmpp-parsers/src/muc/muc.rs @@ -191,9 +191,4 @@ mod tests { DateTime::from_str("1970-01-01T00:00:00+00:00").unwrap() ); } - - #[test] - fn test_serialize_muc_history() { - assert!(false); - } }