fixup! Add more test on Optionnal, Required children serialization

Paul Fariello created

Change summary

xmpp-parsers/src/muc/muc.rs | 5 -----
1 file changed, 5 deletions(-)

Detailed changes

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);
-    }
 }