Add more test on Optionnal, Required children serialization
This commit is contained in:
parent
db9f7a76be
commit
0d879eb231
10 changed files with 90 additions and 0 deletions
|
|
@ -191,4 +191,9 @@ mod tests {
|
|||
DateTime::from_str("1970-01-01T00:00:00+00:00").unwrap()
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_serialize_muc_history() {
|
||||
assert!(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue