fixup! Add more test on Optionnal, Required children serialization

This commit is contained in:
Paul Fariello 2019-12-05 21:46:48 +01:00 committed by Paul Fariello
parent ce49b918c6
commit 02e3f93caa

View file

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