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
|
|
@ -71,4 +71,9 @@ mod tests {
|
|||
let elem2 = forwarded.into();
|
||||
assert_eq!(elem, elem2);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_serialize_with_delay_and_stanza() {
|
||||
assert!(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue